Delete all Trailing spaces in code.

svn path=/trunk/; revision=29688
This commit is contained in:
Daniel Reimer 2007-10-19 23:01:40 +00:00
parent dd02e006bb
commit 622c29bffb
161 changed files with 1944 additions and 1944 deletions

View file

@ -100,7 +100,7 @@ int main( int argc, char **argv ) {
CloseHandle(pi.hProcess);
return 6;
}
if (pi.hProcess != INVALID_HANDLE_VALUE)
CloseHandle(pi.hProcess);