Fix white spaces

This commit is contained in:
Ankit Gupta
2014-04-16 21:55:15 -07:00
parent 6b0cc410e5
commit d3b44f072f
6 changed files with 25 additions and 25 deletions

View File

@@ -132,7 +132,7 @@ public class RocksDBSample {
System.out.println("Failed in call to getTickerCount()");
assert(false); //Should never reach here.
}
try {
for (HistogramType histogramType : HistogramType.values()) {
HistogramData data = stats.geHistogramData(histogramType);