]> wimlib.net Git - wimlib/commitdiff
win32_apply.c: fix misleading indentation
authorEric Biggers <ebiggers3@gmail.com>
Sun, 21 Feb 2016 04:27:18 +0000 (22:27 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Sun, 21 Feb 2016 04:27:18 +0000 (22:27 -0600)
src/win32_apply.c

index d3534643115e86b93c63f0460cb6e4ed7eb0b6dc..57f3a54b31265e55d347f00d9abe5ae2330096a9 100644 (file)
@@ -1010,8 +1010,7 @@ open_target_directory(struct win32_apply_ctx *ctx)
                              0,
                              FILE_SHARE_VALID_FLAGS,
                              FILE_OPEN_IF,
-                               FILE_DIRECTORY_FILE |
-                               FILE_OPEN_FOR_BACKUP_INTENT,
+                             FILE_DIRECTORY_FILE | FILE_OPEN_FOR_BACKUP_INTENT,
                              NULL,
                              0);
        if (!NT_SUCCESS(status)) {