Re-enable tidy (it was broken) and fix various non-tidy things.

This commit is contained in:
Graydon Hoare
2011-06-29 15:11:20 -07:00
parent 190644063e
commit c796a8f24d
17 changed files with 51 additions and 39 deletions

View File

@@ -47,7 +47,8 @@ last_os_error(rust_task *task) {
task->fail(1);
return NULL;
}
rust_str *st = new (mem) rust_str(sched, alloc, fill, (const uint8_t *)buf);
rust_str *st = new (mem) rust_str(sched, alloc, fill,
(const uint8_t *)buf);
#ifdef __WIN32__
LocalFree((HLOCAL)buf);