projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CPP-3103: Conditionally uncompiled code unexpectedly formatted
[idea/community.git]
/
platform
/
platform-tests
/
testSrc
/
com
/
intellij
/
formatting
/
TestFormattingModel.java
diff --git
a/platform/platform-tests/testSrc/com/intellij/formatting/TestFormattingModel.java
b/platform/platform-tests/testSrc/com/intellij/formatting/TestFormattingModel.java
index 877709fc8961b86a582a5bed19a335653eced981..d720ecec23fc0803e6e1364488150ea4b8396189 100644
(file)
--- a/
platform/platform-tests/testSrc/com/intellij/formatting/TestFormattingModel.java
+++ b/
platform/platform-tests/testSrc/com/intellij/formatting/TestFormattingModel.java
@@
-111,7
+111,7
@@
public class TestFormattingModel implements FormattingModel, FormattingDocumentM
}
@Override
- public TextRange shiftIndentInsideRange(TextRange range, int indent) {
+ public TextRange shiftIndentInsideRange(
ASTNode node,
TextRange range, int indent) {
return range;
}