Skip to content

Commit

Permalink
Fixing brace style to K&R
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Feb 14, 2020
1 parent 71186e4 commit 810865d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.cpp
Expand Up @@ -2,8 +2,7 @@

#include <NovelRT.h>

int main(int argc, char *argv[])
{
int main(int argc, char *argv[]) {
auto runner = NovelRT::NovelRunner(0, "TouhouNovelRT");
runner.runNovel();
return 0;
Expand Down

0 comments on commit 810865d

Please sign in to comment.