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
/
lang-impl
/
src
/
com
/
intellij
/
psi
/
formatter
/
PsiBasedFormattingModel.java
diff --git
a/platform/lang-impl/src/com/intellij/psi/formatter/PsiBasedFormattingModel.java
b/platform/lang-impl/src/com/intellij/psi/formatter/PsiBasedFormattingModel.java
index e2a0958c4e2a39275ba4234345640d4efc1e97f0..9f0d00dde356c0a75d949ec147812656d27cab32 100644
(file)
--- a/
platform/lang-impl/src/com/intellij/psi/formatter/PsiBasedFormattingModel.java
+++ b/
platform/lang-impl/src/com/intellij/psi/formatter/PsiBasedFormattingModel.java
@@
-73,7
+73,7
@@
public class PsiBasedFormattingModel implements FormattingModelEx {
}
@Override
- public TextRange shiftIndentInsideRange(TextRange textRange, int shift) {
+ public TextRange shiftIndentInsideRange(
ASTNode node,
TextRange textRange, int shift) {
return textRange; // TODO: Remove this method from here...
}