OCD cosmetics.
[profiler-torch.git] / profiler.lua
index d61e5db..b363a60 100644 (file)
@@ -130,7 +130,7 @@ function profiler.print(model, nbSamples, totalTime, indent)
    end
 
    print(profiler.timingString(indent .. hint .. model.__typename,
-                         localTotal, nbSamples, totalTime))
+                               localTotal, nbSamples, totalTime))
 
    for l, t in pairs(model.accTime) do
       print(profiler.timingString(indent .. '  :' .. l, t, nbSamples, totalTime))