Skip to content

Commit b1c7a7c

Browse files
authored
Merge pull request #129 from Hixie/tabs
Convert tabs to spaces.
2 parents 6e56fd9 + b10832f commit b1c7a7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/flutter-pi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ OPTIONS:\n\
8080
--release Run the app in release mode. The AOT snapshot\n\
8181
of the app (\"app.so\") must be located inside the\n\
8282
asset bundle directory.\n\
83-
This also requires a libflutter_engine.so that was\n\
84-
built with --runtime-mode=release.\n\
83+
This also requires a libflutter_engine.so that was\n\
84+
built with --runtime-mode=release.\n\
8585
\n\
8686
-o, --orientation <orientation> Start the app in this orientation. Valid\n\
8787
for <orientation> are: portrait_up, landscape_left,\n\
@@ -2713,4 +2713,4 @@ int main(int argc, char **argv) {
27132713
deinit();
27142714

27152715
return EXIT_SUCCESS;
2716-
}
2716+
}

0 commit comments

Comments
 (0)