From 8bdef095fae423cd9264ea94da914f3d8c13d5a3 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 29 2017 02:50:59 +0000 Subject: __ntapi_tt_open_physical_parent_directory(): whitespace meditation. --- diff --git a/src/fs/ntapi_tt_open_physical_parent_directory.c b/src/fs/ntapi_tt_open_physical_parent_directory.c index 77b8605..d09d0a1 100644 --- a/src/fs/ntapi_tt_open_physical_parent_directory.c +++ b/src/fs/ntapi_tt_open_physical_parent_directory.c @@ -19,14 +19,14 @@ int32_t __stdcall __ntapi_tt_open_physical_parent_directory( __in uint32_t open_options, __out int * reserved) { - int32_t status; - nt_oa oa; - nt_iosb iosb; - wchar16_t * wch; - wchar16_t * root; - nt_unicode_string * path; - uint32_t len; - int mup; + int32_t status; + nt_oa oa; + nt_iosb iosb; + wchar16_t * wch; + wchar16_t * root; + nt_unicode_string * path; + uint32_t len; + int mup; (void)reserved;