Skip to content

Commit 4465ea9

Browse files
committed
Align Directives
1 parent 9c9388f commit 4465ea9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

SerialPrograms/Source/CommonFramework/GlobalSettingsPanel.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,25 +107,25 @@ GlobalSettings::GlobalSettings()
107107
false,
108108
"<b>Stats File:</b><br>Use the stats file here. Multiple instances of the program can use the same file.",
109109
LockMode::LOCK_WHILE_RUNNING,
110-
#if defined(__APPLE__)
110+
#if defined(__APPLE__)
111111
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/UserSettings/PA-Stats.txt",
112112
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/UserSettings/PA-Stats.txt"
113-
#else
113+
#else
114114
"UserSettings/PA-Stats.txt",
115115
"UserSettings/PA-Stats.txt"
116-
#endif
116+
#endif
117117
)
118118
, TEMP_FOLDER(
119119
false,
120120
"<b>Temp Folder:</b><br>Place temporary files in this directory.",
121121
LockMode::LOCK_WHILE_RUNNING,
122-
#if defined(__APPLE__)
122+
#if defined(__APPLE__)
123123
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/TempFiles/",
124124
QStandardPaths::writableLocation(QStandardPaths::AppDataLocation).toStdString() + "/TempFiles/"
125-
#else
125+
#else
126126
"TempFiles/",
127127
"TempFiles/"
128-
#endif
128+
#endif
129129
)
130130
, THEME(CONSTRUCT_TOKEN)
131131
, WINDOW_SIZE(

0 commit comments

Comments
 (0)