af505de858be1957547715140d750852a9734b20
max
  Mon Apr 30 10:16:29 2012 -0700
adding themes to browser: config option and background image overwrite
diff --git src/hg/inc/trackLayout.h src/hg/inc/trackLayout.h
index 51736da..11dcb27 100644
--- src/hg/inc/trackLayout.h
+++ src/hg/inc/trackLayout.h
@@ -20,18 +20,17 @@
     };
 
 void trackLayoutInit(struct trackLayout *tl, struct cart *cart);
 /* Initialize layout around small font and a picture about 600 pixels
  * wide, but this can be overridden by cart. */
 
 void trackLayoutSetPicWidth(struct trackLayout *tl, char *s);
 /* Set pixel width from ascii string. */
 
 boolean trackLayoutInclFontExtras();
 /* Check if fonts.extra is set to use "yes" in the config.  This enables
  * extra fonts and related options that are not part of the public browser */
 
 #define textSizeVar "textSize"	/* Variable name used for text size. */
 
-
 #endif /* TRACKLAYOUT_H */