5b97c90762187cf1993742fe8c422308e08d082c
tdreszer
  Wed Jul 11 17:08:55 2012 -0700
Next batch of many checkins as dictated by Jim.  Formatting if and limiting lines to 100 chars.  Changes limited to lines last touched by tdreszer (git blame) so as not to ruin history.  None of these changes should affect executables in any way.
diff --git src/hg/hgTables/mainPage.c src/hg/hgTables/mainPage.c
index eaac443..4ff130f 100644
--- src/hg/hgTables/mainPage.c
+++ src/hg/hgTables/mainPage.c
@@ -460,72 +460,46 @@
 hPrintf("</SELECT>\n");
 hPrintf(" ");
 hPrintf(" Send output to ");
 cgiMakeCheckBoxIdAndJS("sendToGalaxy", doGalaxy(),
     "checkboxGalaxy",
     "onclick=\"document.getElementById('checkboxGreat').checked=false; return true;\"");
 hPrintf("<A HREF=\"http://g2.bx.psu.edu\" target=_BLANK>Galaxy</A>\n");
 nbSpaces(2);
 cgiMakeCheckBoxIdAndJS("sendToGreat", doGreat(),
     "checkboxGreat",
     "onclick=\"return onSelectGreat();\"");
 hPrintf(" <A HREF=\"http://great.stanford.edu\" target=_BLANK>GREAT</A>");
 hPrintf("</TD></TR>\n");
 }
 
-struct outputType otAllFields = { NULL,
-	outPrimaryTable,
-	"all fields from selected table", };
-struct outputType otSelected = { NULL,
-    outSelectedFields,
+struct outputType otAllFields = { NULL,	outPrimaryTable,"all fields from selected table", };
+struct outputType otSelected =  { NULL, outSelectedFields,
     "selected fields from primary and related tables",  };
-struct outputType otSequence = { NULL,
-    outSequence,
-    "sequence", };
-struct outputType otPal = { NULL,
-    outPalOptions,
+struct outputType otSequence =  { NULL, outSequence,    "sequence", };
+struct outputType otPal =       { NULL, outPalOptions,
     "CDS FASTA alignment from multiple alignment", };
-struct outputType otGff = { NULL,
-    outGff,
-    "GTF - gene transfer format", };
-struct outputType otBed = { NULL,
-    outBed,
-    "BED - browser extensible data", };
-struct outputType otCustomTrack = { NULL,
-    outCustomTrack,
-    "custom track", };
-struct outputType otHyperlinks = { NULL,
-    outHyperlinks,
-    "hyperlinks to Genome Browser", };
-struct outputType otWigData = { NULL,
-     outWigData,
-    "data points", };
-struct outputType otWigBed = { NULL,
-     outWigBed,
-    "bed format", };
-struct outputType otMaf = { NULL,
-     outMaf,
-     "MAF - multiple alignment format", };
-struct outputType otChromGraphData = { NULL,
-     outChromGraphData,
-    "data points", };
-struct outputType otMicroarrayNames = { NULL,
-     outMicroarrayNames,
-    "microarray names", };
-struct outputType otMicroarrayGroupings = { NULL,
-     outMicroarrayGroupings,
-    "microarray groupings", };
+struct outputType otGff =         { NULL, outGff,         "GTF - gene transfer format", };
+struct outputType otBed =         { NULL, outBed,         "BED - browser extensible data", };
+struct outputType otCustomTrack = { NULL, outCustomTrack, "custom track", };
+struct outputType otHyperlinks =  { NULL, outHyperlinks,  "hyperlinks to Genome Browser", };
+struct outputType otWigData =     { NULL, outWigData,     "data points", };
+struct outputType otWigBed =      { NULL, outWigBed,      "bed format", };
+struct outputType otMaf =         { NULL, outMaf,         "MAF - multiple alignment format", };
+struct outputType otChromGraphData =      { NULL, outChromGraphData,       "data points", };
+struct outputType otMicroarrayNames =     { NULL, outMicroarrayNames,     "microarray names", };
+struct outputType otMicroarrayGroupings = { NULL, outMicroarrayGroupings, "microarray groupings", };
 
 static void showOutputTypeRow(boolean isWig, boolean isBedGr,
     boolean isPositional, boolean isMaf, boolean isChromGraphCt,
     boolean isPal, boolean isMicroarray)
 /* Print output line. */
 {
 struct outputType *otList = NULL, *otDefault = NULL;
 boolean bedifiedOnly = (anySubtrackMerge(database, curTable) || anyIntersection());
 
 hPrintf("<TR><TD><B>output format:</B>\n");
 
 if (isBedGr)
     {
     if (! bedifiedOnly)
 	{