Skip to content

Commit b3bca37

Browse files
committed
indent
1 parent e001805 commit b3bca37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/main.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,15 +178,15 @@ class $modify(MyEndLevelLayer, EndLevelLayer) {
178178
#endif
179179
} else if (strcmp("\"As you can see, my FPS is around 18 or so, which means we can definitely take this further.\"", randomString) == 0) {
180180
#ifndef GEODE_IS_MACOS
181-
std::string temp = "\"As you can see, my FPS is around " + std::to_string(fps) + " or so, which means we can definitely take this further.\"";
182-
randomString = temp.c_str();
181+
std::string temp = "\"As you can see, my FPS is around " + std::to_string(fps) + " or so, which means we can definitely take this further.\"";
182+
randomString = temp.c_str();
183183
#endif
184184
} else if (strcmp("\"If you wish to defeat me, train for another 100 years.\"", randomString) == 0) {
185185
#ifndef GEODE_IS_MACOS
186-
int forEndString = (jumps * 100);
187-
if (jumps == 0) forEndString = 100;
188-
std::string temp = "\"If you wish to defeat me, train for another " + std::to_string(forEndString) + " years.\"";
189-
randomString = temp.c_str();
186+
int forEndString = (jumps * 100);
187+
if (jumps == 0) forEndString = 100;
188+
std::string temp = "\"If you wish to defeat me, train for another " + std::to_string(forEndString) + " years.\"";
189+
randomString = temp.c_str();
190190
#endif
191191
}
192192

0 commit comments

Comments
 (0)