Skip to content

Commit

Permalink
Indentation fix in src/library_fs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Dec 7, 2016
1 parent 11e4634 commit 12d47b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/library_fs.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
mergeInto(LibraryManager.library, {
$FS__deps: ['$ERRNO_CODES', '$ERRNO_MESSAGES', '__setErrNo', '$PATH', '$TTY', '$MEMFS',
#if __EMSCRIPTEN_HAS_idbfs_js__
'$IDBFS',
'$IDBFS',
#endif
#if __EMSCRIPTEN_HAS_nodefs_js__
'$NODEFS',
'$NODEFS',
#endif
#if __EMSCRIPTEN_HAS_workerfs_js__
'$WORKERFS',
'$WORKERFS',
#endif
'stdin', 'stdout', 'stderr'],
'stdin', 'stdout', 'stderr'],
$FS__postset: 'FS.staticInit();' +
'__ATINIT__.unshift(function() { if (!Module["noFSInit"] && !FS.init.initialized) FS.init() });' +
'__ATMAIN__.push(function() { FS.ignorePermissions = false });' +
Expand Down

0 comments on commit 12d47b0

Please sign in to comment.