Delete all Trailing spaces in code.
[reactos.git] / reactos / base / applications / network / telnet / src / tcharmap.cpp
index bafe62e..23564c8 100644 (file)
@@ -198,7 +198,7 @@ TCharmap::TCharmap() {
 TCharmap::~TCharmap() {
        for(int j = 0; j < 256; j++) {
                if(map[j]) {
-                       // Don't delete static maps! 
+                       // Don't delete static maps!
                        switch(j) {
                                case 'B':
                                case 'A':