From d111b18c7c8fbe16ae9b01facf6a876c6cc50e83 Mon Sep 17 00:00:00 2001
From: Francois Fleuret <francois@fleuret.org>
Date: Fri, 13 Jan 2017 23:13:43 +0100
Subject: [PATCH] OCD cosmetics.

---
 profiler.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiler.lua b/profiler.lua
index d61e5db..b363a60 100644
--- a/profiler.lua
+++ b/profiler.lua
@@ -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))
-- 
2.39.5