Ensure each header file has a newline on its own at the end of each file.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2017-11-30 23:19:17 +00:00
parent 12385dcc6f
commit d70f6b375b
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ namespace EightBit {
std::array<uint8_t, 0x100> m_input;
std::array<uint8_t, 0x100> m_output;
};
}
}