]> git.saurik.com Git - bison.git/blobdiff - src/location.h
Clean up b4_check_percent_code_qualifiers a little.
[bison.git] / src / location.h
index 8df6f4b670feb9c12ff1f9d776b191cd3a296222..bc7fe43f3c3b1fc7ba24b616ce545be6e15dcbb8 100644 (file)
@@ -1,5 +1,5 @@
 /* Locations for Bison
-   Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -44,9 +44,9 @@ typedef struct
 static inline void
 boundary_set (boundary *b, const char *f, int l, int c)
 {
-  b->file = f; 
-  b->line = l;         
-  b->column = c;               
+  b->file = f;
+  b->line = l;
+  b->column = c;
 }
 
 /* Return nonzero if A and B are equal boundaries.  */