summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-01-27 05:10:35 +0000
committerwtc%google.com <devnull@localhost>2008-01-27 05:10:35 +0000
commit7de5322c4c3e4061969c39137c2c0f3ae7339eb7 (patch)
tree795bbac46bd5feb6199ee89a486df4d21f9342ce
parentc13d5b09e1b66bb38510251d20f205a94d0c5dce (diff)
downloadnspr-hg-7de5322c4c3e4061969c39137c2c0f3ae7339eb7.tar.gz
Bug 285157: fixed indentation.
-rw-r--r--pr/src/md/windows/w95io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/windows/w95io.c b/pr/src/md/windows/w95io.c
index 8c7e56da..0ecf99a8 100644
--- a/pr/src/md/windows/w95io.c
+++ b/pr/src/md/windows/w95io.c
@@ -895,7 +895,7 @@ _PR_MD_GETFILEINFO64(const char *fn, PRFileInfo64 *info)
if (getFileAttributesEx) {
rv = getFileAttributesEx(fn, GetFileExInfoStandard, &findFileData);
} else {
- rv = GetFileAttributesExFB(fn, &findFileData);
+ rv = GetFileAttributesExFB(fn, &findFileData);
}
if (!rv) {
_PR_MD_MAP_OPENDIR_ERROR(GetLastError());