Remove leading blank lines from function bodies.

This resolves #535.
This commit is contained in:
Jason Evans
2017-01-13 10:35:35 -08:00
parent 87e81e609b
commit ffbb7dac3d
103 changed files with 0 additions and 611 deletions

View File

@@ -24,7 +24,6 @@ prof_dump_open_intercept(bool propagate_err, const char *filename)
static void *
alloc_from_permuted_backtrace(unsigned thd_ind, unsigned iteration)
{
return (btalloc(1, thd_ind*NALLOCS_PER_THREAD + iteration));
}
@@ -86,7 +85,6 @@ TEST_END
int
main(void)
{
return (test(
test_idump));
}