diff options
author | midipix <writeonce@midipix.org> | 2017-01-29 01:11:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-01-28 21:50:59 -0500 |
commit | 8bdef095fae423cd9264ea94da914f3d8c13d5a3 (patch) | |
tree | 9548bdfcfb83da342caef8525cd053dd73123d0b | |
parent | 895156b3c5545607b3f020bdc2168dc7c160d7f7 (diff) | |
download | ntapi-8bdef095fae423cd9264ea94da914f3d8c13d5a3.tar.bz2 ntapi-8bdef095fae423cd9264ea94da914f3d8c13d5a3.tar.xz |
__ntapi_tt_open_physical_parent_directory(): whitespace meditation.
-rw-r--r-- | src/fs/ntapi_tt_open_physical_parent_directory.c | 16 |
1 files changed, 8 insertions, 8 deletions
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; |