]> git.saurik.com Git - bison.git/blobdiff - src/relation.h
style changes: run cppi
[bison.git] / src / relation.h
index 7af2ae837434dd6cab54fbc970f8b5e700ec3b95..659ad70c475e2939989b9342108c17a949b5cda3 100644 (file)
@@ -1,5 +1,6 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
+
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
@@ -25,7 +26,7 @@
    If GRAPH is a relation, then GRAPH[Node] is a list of adjacent
    nodes, ended with END_NODE.  */
 
-#define END_NODE ((relation_node) -1)
+# define END_NODE ((relation_node) -1)
 
 typedef size_t relation_node;
 typedef relation_node *relation_nodes;