Skip to content

Commit

Permalink
ConfigurationXmlPersisterProvider: Convert tabs to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth committed Jul 7, 2015
1 parent c51412e commit 73b3f84
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -37,7 +37,7 @@ class ConfigurationXmlPersisterProvider implements ConfigurationPersister {
return new File(Constants.CONFIG_FILENAME)
}

Configuration load() {
Configuration load() {
// Default values
def screenSize = Toolkit.defaultToolkit.screenSize

Expand Down Expand Up @@ -100,10 +100,10 @@ class ConfigurationXmlPersisterProvider implements ConfigurationPersister {
config.preferences.put(ERROR_BACKGROUND_COLOR, '0xFF6666')
}

return config
}
void save(Configuration configuration) {
return config
}

void save(Configuration configuration) {
Point l = configuration.mainWindowLocation
Dimension s = configuration.mainWindowSize
Writer writer = new StringWriter()
Expand Down

0 comments on commit 73b3f84

Please sign in to comment.