1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-04-16 01:09:15 +00:00
parent 4cb96045d3
commit 1ad46186a1

View file

@ -258,7 +258,7 @@ public class DefaultCodeFormatterOptions {
// cannot be instantiated // cannot be instantiated
} }
public DefaultCodeFormatterOptions(Map<String,String> settings) { public DefaultCodeFormatterOptions(Map<String, String> settings) {
setDefaultSettings(); setDefaultSettings();
if (settings == null) return; if (settings == null) return;
set(settings); set(settings);
@ -474,7 +474,7 @@ public class DefaultCodeFormatterOptions {
return options; return options;
} }
public void set(Map<String,String> settings) { public void set(Map<String, String> settings) {
// final Object alignmentForArgumentsInAllocationExpressionOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION); // final Object alignmentForArgumentsInAllocationExpressionOption = settings.get(DefaultCodeFormatterConstants.FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION);
// if (alignmentForArgumentsInAllocationExpressionOption != null) { // if (alignmentForArgumentsInAllocationExpressionOption != null) {
// try { // try {