summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshprof/flat-profile.esh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eshprof/flat-profile.esh b/eshprof/flat-profile.esh
index a9f2d20..c928b37 100644
--- a/eshprof/flat-profile.esh
+++ b/eshprof/flat-profile.esh
@@ -165,7 +165,7 @@ show_table()
local percent=
local calls=
- printf ' self\n'
+ printf ' self\n'
printf '%% time seconds calls name\n'
for fn in ${fns}; do
eval "time=\${fn_timing_${fn}}"