]> wirehaze git hosting - graph-theory.git/blobdiff - graph/adj.h

wirehaze git hosting

formatting and portability
[graph-theory.git] / graph / adj.h
index 2ec54a3b562a450cb4fb316edf2fa3bc20b3fa9c..86381f9179f0bd92af6e83e57eea08036748d3e2 100644 (file)
@@ -19,7 +19,7 @@ struct edge /* probably not a good name for this */
 struct graph
 {
   struct vertex *v; /* array of vertices */
 struct graph
 {
   struct vertex *v; /* array of vertices */
-  unsigned int nv; /* number of vertices */
+  unsigned int nv;  /* number of vertices */
 };
 
 struct graph *new_graph (unsigned int nv);
 };
 
 struct graph *new_graph (unsigned int nv);