Fix formatting in utils.cpp
authorMichelle McDaniel <adiaaida@gmail.com>
Thu, 22 Sep 2016 15:23:35 +0000 (08:23 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Thu, 22 Sep 2016 15:23:35 +0000 (08:23 -0700)
src/jit/utils.cpp

index a5d4bfc..1970313 100644 (file)
@@ -897,7 +897,9 @@ Histogram::Histogram(IAllocator* allocator, const unsigned* const sizeTable)
 Histogram::~Histogram()
 {
     if (m_counts != nullptr)
+    {
         m_allocator->Free(m_counts);
+    }
 }
 
 // We need to lazy allocate the histogram data so static `Histogram` variables don't try to