Skip to content

Commit 889b7c6

Browse files
committed
fix typo
1 parent e984eea commit 889b7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cxx-squid/src/main/java/org/sonar/cxx/preprocessor/CxxPreprocessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ private Map<String, Macro> parsePredefinedUnitMacros(Map<String, Macro> configur
217217
}
218218

219219
if (conf.getCompilationUnitSourceFiles().isEmpty() && (conf.getGlobalCompilationUnitSettings() == null)) {
220-
// configuration doesn't contain any settings settings for compilation
221-
// units. CxxPreprocessor will use fixedMacros only
220+
// configuration doesn't contain any settings for compilation units.
221+
// CxxPreprocessor will use fixedMacros only
222222
return Collections.emptyMap();
223223
}
224224

0 commit comments

Comments
 (0)