summaryrefslogtreecommitdiffstats
path: root/apps/mmi-browser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mmi-browser.cpp')
-rw-r--r--apps/mmi-browser.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/mmi-browser.cpp b/apps/mmi-browser.cpp
index b05b086..c423871 100644
--- a/apps/mmi-browser.cpp
+++ b/apps/mmi-browser.cpp
@@ -48,10 +48,10 @@ int main(int argc, char** argv) {
Factory::getInstance();
Interpreter* interpreter = Interpreter::fromURI(argv[argc - 1]);
- if (interpreter) {
- interpreter->start();
- while(interpreter->runOnMainThread(25));
- }
+ if (interpreter) {
+ interpreter->start();
+ while(interpreter->runOnMainThread(25));
+ }
return EXIT_SUCCESS;
} \ No newline at end of file