mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
cosmetics: formatting
This commit is contained in:
parent
ec96add1ba
commit
5c4d39a370
1 changed files with 13 additions and 12 deletions
|
@ -70,6 +70,7 @@ public class GlobalBuildLogPreferencePage extends FieldEditorPreferencePage impl
|
||||||
|
|
||||||
public static void initDefaults(IPreferenceStore prefs) {
|
public static void initDefaults(IPreferenceStore prefs) {
|
||||||
prefs.setDefault(BuildConsoleManager.KEY_KEEP_LOG, BuildConsoleManager.CONSOLE_KEEP_LOG_DEFAULT);
|
prefs.setDefault(BuildConsoleManager.KEY_KEEP_LOG, BuildConsoleManager.CONSOLE_KEEP_LOG_DEFAULT);
|
||||||
prefs.setDefault(BuildConsoleManager.KEY_LOG_LOCATION, BuildConsoleManager.getDefaultConsoleLogLocation(null));
|
prefs.setDefault(BuildConsoleManager.KEY_LOG_LOCATION,
|
||||||
|
BuildConsoleManager.getDefaultConsoleLogLocation(null));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue