mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 23:45:23 +02:00
Changes to codeformat
This commit is contained in:
parent
af80f4245e
commit
f7f2ece6bc
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ public class CFormattingStrategy extends ContextBasedFormattingStrategy {
|
||||||
try {
|
try {
|
||||||
|
|
||||||
final TextEdit edit= CodeFormatterUtil.format(CodeFormatter.K_COMPILATION_UNIT,
|
final TextEdit edit= CodeFormatterUtil.format(CodeFormatter.K_COMPILATION_UNIT,
|
||||||
document,
|
document.get(),
|
||||||
partition.getOffset(),
|
partition.getOffset(),
|
||||||
partition.getLength(),
|
partition.getLength(),
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue