Fix formatting issues

This commit is contained in:
Ankit Gupta
2014-04-18 10:48:48 -07:00
parent ebd85e8f3a
commit 686fdea811
2 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,8 @@ public class Statistics {
public HistogramData geHistogramData(HistogramType histogramType) {
assert(isInitialized());
HistogramData hist = geHistogramData0(histogramType.getValue(), statsHandle_);
HistogramData hist = geHistogramData0(
histogramType.getValue(), statsHandle_);
return hist;
}