mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:03:13 +00:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29688
This commit is contained in:
parent
dd02e006bb
commit
622c29bffb
161 changed files with 1944 additions and 1944 deletions
|
@ -373,7 +373,7 @@ static void test_InitPathA(CHAR *newdir, CHAR *curDrive, CHAR *otherDrive)
|
|||
sprintf(tmpstr,"%s\\%s",newdir,LONGDIR);
|
||||
ok(CreateDirectoryA(tmpstr,NULL),"CreateDirectoryA failed\n");
|
||||
bRes = CreateDirectoryA("c:",NULL);
|
||||
ok(!bRes && (GetLastError() == ERROR_ACCESS_DENIED ||
|
||||
ok(!bRes && (GetLastError() == ERROR_ACCESS_DENIED ||
|
||||
GetLastError() == ERROR_ALREADY_EXISTS),
|
||||
"CreateDirectoryA(\"c:\" should have failed (%ld)\n", GetLastError());
|
||||
bRes = CreateDirectoryA("c:\\",NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue