Sync to trunk (r44789)
[reactos.git] / rostests / winetests / netapi32 / apibuf.c
index af4d39d..28a1e33 100644 (file)
@@ -64,7 +64,7 @@ static void run_apibuf_tests(void)
     ok(pNetApiBufferAllocate(1024, &p) == NERR_Success, "Memory not reserved\n");
     ok(pNetApiBufferReallocate(p, 0, &p) == NERR_Success, "Not freed\n");
     ok(p == NULL, "Pointer not cleared\n");
-
+    
     /* 0-length buffer */
     ok(pNetApiBufferAllocate(0, &p) == NERR_Success,
        "Reserved memory\n");