summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-20 17:34:02 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-20 17:34:02 (GMT)
commita0666b3ab907c0036f5e3f036b32e9ec5a6e551d (patch)
treed3db8b6beb8622fa41b87b0934d4702cf0b61819 /apps
parentf4f05b40c8c464daf1e11df6fcdb63d05766ed1f (diff)
downloaduscxml-a0666b3ab907c0036f5e3f036b32e9ec5a6e551d.zip
uscxml-a0666b3ab907c0036f5e3f036b32e9ec5a6e551d.tar.gz
uscxml-a0666b3ab907c0036f5e3f036b32e9ec5a6e551d.tar.bz2
Regenerated V8 DOM and beautified code
Diffstat (limited to 'apps')
-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