mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
4cb96045d3
commit
1ad46186a1
1 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ public class DefaultCodeFormatterOptions {
|
|||
// cannot be instantiated
|
||||
}
|
||||
|
||||
public DefaultCodeFormatterOptions(Map<String,String> settings) {
|
||||
public DefaultCodeFormatterOptions(Map<String, String> settings) {
|
||||
setDefaultSettings();
|
||||
if (settings == null) return;
|
||||
set(settings);
|
||||
|
@ -474,7 +474,7 @@ public class DefaultCodeFormatterOptions {
|
|||
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);
|
||||
// if (alignmentForArgumentsInAllocationExpressionOption != null) {
|
||||
// try {
|
||||
|
|
Loading…
Add table
Reference in a new issue