Trivial whitespace cleanups

Delete trailing whitespace at the ends of lines;
ensure files have newlines at the end.

Signed-off-by: Dan Cross <patchdev@fat-dragon.org>
This commit is contained in:
Dan Cross
2018-10-11 10:51:07 +00:00
committed by Andrew Pamment
parent 1c7849b724
commit d8c32639e4
7 changed files with 12 additions and 12 deletions

View File

@@ -393,4 +393,4 @@ int hashmap_length(map_t in) {
return m->size;
else
return 0;
}
}

View File

@@ -73,4 +73,4 @@ int main(char *argv, int argc) {
hashmap_free(mymap);
return 1;
}
}