Skip to content

Commit cad0ddf

Browse files
committed
Fix indentation
1 parent cac8b19 commit cad0ddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library_nodefs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ addToLibrary({
117117
return newFlags;
118118
},
119119
getattr(func) {
120-
var stat = NODEFS.tryFSOperation(func);
121-
if (NODEFS.isWindows) {
120+
var stat = NODEFS.tryFSOperation(func);
121+
if (NODEFS.isWindows) {
122122
// node.js v0.10.20 doesn't report blksize and blocks on Windows. Fake
123123
// them with default blksize of 4096.
124124
// See http://support.microsoft.com/kb/140365

0 commit comments

Comments
 (0)