src/hg/hgTracks/altGraphXTrack.c 1.16
1.16 2010/01/07 01:35:19 kent
Fixing indentation. Removing an unused define/ifdef. Adding braces for readability in a couple of places.
Index: src/hg/hgTracks/altGraphXTrack.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/altGraphXTrack.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/hgTracks/altGraphXTrack.c 3 Sep 2008 19:19:00 -0000 1.15
+++ src/hg/hgTracks/altGraphXTrack.c 7 Jan 2010 01:35:19 -0000 1.16
@@ -9,8 +9,10 @@
#include "altGraphX.h"
#include "geneGraph.h"
#include "spaceSaver.h"
+static char const rcsid[] = "$Id$";
+
const static int altGraphXMaxRows = 20;
boolean altGraphXInEdges(struct ggEdge *edges, int v1, int v2)
/* Return TRUE if a v1-v2 edge is in the list FALSE otherwise. */