981ef07d25e4560559dae28d3e316913569944d7 tdreszer Fri Jul 6 17:51:06 2012 -0700 Next batch of many checkins as dictated by Jim. Formatting space after 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/inc/fileUi.h src/hg/inc/fileUi.h index 2f1f575..edb678f 100644 --- src/hg/inc/fileUi.h +++ src/hg/inc/fileUi.h @@ -26,19 +26,20 @@ }; struct fileDb *fileDbGet(char *db, char *dir, char *subDir, char *fileName); // Returns NULL or if found a fileDb struct with name, size and date filled in. void fileDbFree(struct fileDb **pFileList); // free one or more fileDb objects void filesDownloadUi(char *db, struct cart *cart, struct trackDb *tdb); // UI for a "composite like" track: This will list downloadable files associated with // a single trackDb entry (composite or of type "downloadsOnly". The list of files // will have links to their download and have metadata information associated. // The list will be a sortable table and there may be filtering controls. -int fileSearchResults(char *db, struct sqlConnection *conn, struct cart *cart, struct slPair *varValPairs, char *fileType); +int fileSearchResults(char *db, struct sqlConnection *conn, struct cart *cart, + struct slPair *varValPairs, char *fileType); // Prints list of files in downloads directories matching mdb search terms. Returns count #endif /* FILEUI_H */