Fix typo on include guard for term.h
[sxemacs] / src / indent.c
index d0c303b..ec802b2 100644 (file)
@@ -575,7 +575,7 @@ static int vpix_motion(line_start_cache_dynarr * cache, int start, int end)
                /* Least bad thing in case of in fatal_failure, where
                   assert will not terminate this function... */
                return 0;
-       } 
+       }
 
        vpix = 0;
        for (i = start; i <= end; i++)