commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/02: qtgui: indentation fix for number si


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/02: qtgui: indentation fix for number sink GRC wrapper
Date: Tue, 27 Oct 2015 03:17:29 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 5b4a02d23aebe6af4bbcdccd4be50b94b7282045
Author: Sebastian Koslowski <address@hidden>
Date:   Sun Oct 18 19:48:39 2015 +0200

    qtgui: indentation fix for number sink GRC wrapper
---
 gr-qtgui/grc/qtgui_number_sink.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gr-qtgui/grc/qtgui_number_sink.xml 
b/gr-qtgui/grc/qtgui_number_sink.xml
index 46b58f6..eef862a 100644
--- a/gr-qtgui/grc/qtgui_number_sink.xml
+++ b/gr-qtgui/grc/qtgui_number_sink.xml
@@ -12,10 +12,10 @@
   <import>import sip</import>
   <make>#set $win = 'self._%s_win'%$id
 qtgui.number_sink(
-        $type.size,
-        $avg,
-        $graph_type,
-       $nconnections
+    $type.size,
+    $avg,
+    $graph_type,
+    $nconnections
 )
 self.$(id).set_update_time($update_time)
 self.$(id).set_title($name)
@@ -23,7 +23,7 @@ self.$(id).set_title($name)
 labels = [$label1, $label2, $label3, $label4, $label5,
           $label6, $label7, $label8, $label9, $label10]
 units = [$unit1, $unit2, $unit3, $unit4, $unit5,
-          $unit6, $unit7, $unit8, $unit9, $unit10]
+         $unit6, $unit7, $unit8, $unit9, $unit10]
 colors = [$color1, $color2, $color3, $color4, $color5,
           $color6, $color7, $color8, $color9, $color10]
 factor = [$factor1, $factor2, $factor3, $factor4, $factor5,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]