Remove trailing white space.
[debian/pforth] / csrc / pf_core.c
index 19e75a8566729b99dc63d523c95b5036f87135f3..00149f40016d0d2b840ddab06e0817241051ad4a 100644 (file)
@@ -98,7 +98,7 @@ static void pfInit( void )
 /* non-zero */\r
        gVarBase = 10;        /* Numeric Base. */\r
        gDepthAtColon = DEPTH_AT_COLON_INVALID;\r
-       gVarTraceStack = 1;  \r
+       gVarTraceStack = 1;\r
        \r
        pfInitMemoryAllocator();\r
        ioInit();\r