From 3673ffb8fbd283948821601a0d9b6ec724984474 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 28 Sep 2018 16:50:49 +0200 Subject: Fix comment formatting in help_grep.py Consistently indent with tabs, like in the actual output. --- examples/help_grep.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples') diff --git a/examples/help_grep.py b/examples/help_grep.py index eeeddfa..39cbe39 100644 --- a/examples/help_grep.py +++ b/examples/help_grep.py @@ -12,12 +12,12 @@ # location: init/Kconfig:39 # # config SYSVIPC -# bool +# bool # prompt "System V IPC" # help -# ... +# ... # exchange information. It is generally considered to be a good thing, -# ... +# ... # # location: init/Kconfig:233 # @@ -25,8 +25,8 @@ # bool # prompt "BSD Process Accounting" if MULTIUSER # help -# ... -# information. This is generally a good idea, so say Y. +# ... +# information. This is generally a good idea, so say Y. # # location: init/Kconfig:403 # -- cgit v1.2.3