]> git.cameronkatri.com Git - mandoc.git/blobdiff - validate.c
White-space churn.
[mandoc.git] / validate.c
index 5673e094ad517367f032c57d3f8b19a63e065ac9..0189cee304f804a7c2a845f03a4d3bf7961740c4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: validate.c,v 1.64 2009/02/28 13:47:36 kristaps Exp $ */
+/* $Id: validate.c,v 1.65 2009/02/28 14:40:07 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -491,8 +491,8 @@ check_text(struct mdoc *mdoc, int line, int pos, const char *p)
                        p += (int)c - 1;
                        continue;
                }
-               return(mdoc_perr(mdoc, line, pos,
-                                       "invalid escape sequence"));
+               return(mdoc_perr(mdoc, line, pos, 
+                               "invalid escape sequence"));
        }
 
        return(1);