Remove trailing white space.
[pforth] / csrc / pf_core.c
index 19e75a8..00149f4 100644 (file)
@@ -98,7 +98,7 @@ static void pfInit( void )
 /* non-zero */\r
        gVarBase = 10;        /* Numeric Base. */\r
        gDepthAtColon = DEPTH_AT_COLON_INVALID;\r
 /* 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
        \r
        pfInitMemoryAllocator();\r
        ioInit();\r