diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/DefaultCodeFormatterOptions.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/DefaultCodeFormatterOptions.java index ff63edb3824..7d5c4b76a0b 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/DefaultCodeFormatterOptions.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/DefaultCodeFormatterOptions.java @@ -258,7 +258,7 @@ public class DefaultCodeFormatterOptions { // cannot be instantiated } - public DefaultCodeFormatterOptions(Map settings) { + public DefaultCodeFormatterOptions(Map settings) { setDefaultSettings(); if (settings == null) return; set(settings); @@ -474,7 +474,7 @@ public class DefaultCodeFormatterOptions { return options; } - public void set(Map settings) { + public void set(Map settings) { // final Object alignmentForArgumentsInAllocationExpressionOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION); // if (alignmentForArgumentsInAllocationExpressionOption != null) { // try {