mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
reindent CreateFile arguments.
This commit is contained in:
parent
ab1b81e838
commit
2e58882b90
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user