summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/compat.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common/compat.c b/src/common/compat.c
index 3174da6479..82332f1016 100644
--- a/src/common/compat.c
+++ b/src/common/compat.c
@@ -183,11 +183,11 @@ tor_mmap_file(const char *filename)
strlcpy(tfilename,filename,MAX_PATH);
#endif
file_handle = CreateFile(tfilename,
- GENERIC_READ, FILE_SHARE_READ,
- NULL,
- OPEN_EXISTING,
- FILE_ATTRIBUTE_NORMAL,
- 0);
+ GENERIC_READ, FILE_SHARE_READ,
+ NULL,
+ OPEN_EXISTING,
+ FILE_ATTRIBUTE_NORMAL,
+ 0);
if (file_handle == INVALID_HANDLE_VALUE)
goto win_err;