diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-28 16:50:49 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-09-28 16:51:17 +0200 |
| commit | 3673ffb8fbd283948821601a0d9b6ec724984474 (patch) | |
| tree | fcbad77dbc4049c0e4f31018c6cfb2b745e7b596 /examples/help_grep.py | |
| parent | 7bbd12d306bba4d7fd47905cf2d0b4e3f7bdabbd (diff) | |
Fix comment formatting in help_grep.py
Consistently indent with tabs, like in the actual output.
Diffstat (limited to 'examples/help_grep.py')
| -rw-r--r-- | examples/help_grep.py | 10 |
1 files changed, 5 insertions, 5 deletions
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 # |
