src/hg/hgc/wiggleClick.c 1.33
1.33 2010/01/04 19:12:27 kent
Merging viewInTheMiddle branch.
Index: src/hg/hgc/wiggleClick.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/wiggleClick.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -b -B -U 4 -r1.32 -r1.33
--- src/hg/hgc/wiggleClick.c 12 Aug 2009 21:20:26 -0000 1.32
+++ src/hg/hgc/wiggleClick.c 4 Jan 2010 19:12:27 -0000 1.33
@@ -124,9 +124,10 @@
/* let's see if we really want to use the range from the track type
* line, or the actual range in this data. If there is a good
* actual range in the data, use that instead
*/
- if (hRange > 0.0) {
+ if (hRange > 0.0)
+ {
if (wds->stats->dataRange != 0)
hRange = 0.0;
}