[KMTESTS]
authorThomas Faber <thomas.faber@reactos.org>
Sat, 10 Dec 2016 11:59:41 +0000 (11:59 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 10 Dec 2016 11:59:41 +0000 (11:59 +0000)
- Add a missing newline

svn path=/trunk/; revision=73445

rostests/kmtests/ntos_io/IoFilesystem.c

index c22ee94..6c12521 100644 (file)
@@ -516,7 +516,8 @@ TestRelativeNames(VOID)
                "[%lu] Status = %lx, expected STATUS_SUCCESS\n", i, Status);
         else if (Tests[i].Status == STATUS_OBJECT_NAME_INVALID && Tests[i].IsDrive)
             ok(Status == STATUS_OBJECT_NAME_INVALID,
-               "[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);else if (Tests[i].IsDrive)
+               "[%lu] Status = %lx, expected STATUS_OBJECT_NAME_INVALID\n", i, Status);
+        else if (Tests[i].IsDrive)
             ok(Status == STATUS_ACCESS_DENIED,
                "[%lu] Status = %lx, expected STATUS_ACCESS_DENIED\n", i, Status);
         else if (Tests[i].Status == STATUS_SUCCESS)