From 494f7da271f5fb23ed9810f7200928ef64077d9f Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Mon, 12 Oct 2015 19:56:17 -0700
Subject: [PATCH] Remove extra line

---
 tools/profiling/latency_profile/profile_analyzer.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/profiling/latency_profile/profile_analyzer.py b/tools/profiling/latency_profile/profile_analyzer.py
index 6de2fe735c..b12e1074e5 100755
--- a/tools/profiling/latency_profile/profile_analyzer.py
+++ b/tools/profiling/latency_profile/profile_analyzer.py
@@ -48,7 +48,6 @@ class ScopeBuilder(object):
     line_item.end_time = line_item.start_time
     self.call_stack_builder.lines.append(line_item)
 
-
   def finish(self, line):
     assert line['tag'] == self.top_line.tag, 'expected %s, got %s' % (self.top_line.tag, line['tag'])
     final_time_stamp = line['t']
-- 
GitLab