Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.

This commit is contained in:
Graydon Hoare
2011-07-13 15:44:09 -07:00
parent 04b239f3cb
commit 39151f2ad8
105 changed files with 393 additions and 390 deletions

View File

@@ -83,7 +83,7 @@ rust_getcwd(rust_task *task) {
rust_str *st;
st = new (mem) rust_str(sched, alloc, fill, (const uint8_t *)cbuf);
return st;
return st;
}
extern "C" CDECL