aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-21 14:16:38 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-21 14:16:38 -0700
commit60e3202da0db59b42a6702c96b06f3899dbf09f2 (patch)
tree4dda9abecfb8ef57418d46880104206d32dbe58b /tools
parent81a6e2186ce7326e119a843b72fcd53cc8ad5aab (diff)
indentation fix in file packager
Diffstat (limited to 'tools')
-rw-r--r--tools/file_packager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/file_packager.py b/tools/file_packager.py
index 8f0f8be8..ea314be7 100644
--- a/tools/file_packager.py
+++ b/tools/file_packager.py
@@ -591,8 +591,7 @@ if has_preloaded:
''' % (use_data, data_target) # use basename because from the browser's point of view, we need to find the datafile in the same dir as the html file
code += r'''
- if (!Module.preloadResults)
- Module.preloadResults = {};
+ if (!Module.preloadResults) Module.preloadResults = {};
'''
if use_preload_cache: