diff --git a/pixel.cpp b/pixel.cpp
index 931dd75014e35e87c94d59ecbe9a1a00611953c4..f0ffa15b884f2f0d07b878f59fade4b500b9cf7c 100644
--- a/pixel.cpp
+++ b/pixel.cpp
@@ -76,3 +76,4 @@ long long toAscii(int c) {
     long long bin = convert(c);
     return bin;
 }
+