Remove extra spacing and fix indentation

This commit is contained in:
Michelle Bergeron
2014-01-29 02:15:49 -05:00
parent c04a8e9b4c
commit da9433fb0a
7 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -98,4 +98,4 @@ int BbPut(PBYTE_BUFFER buff, char c) {
buff->position += sizeof(c);
return 1;
}
}