about summary refs log tree commit diff
path: root/Src/Zle
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-02-02 13:37:36 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-02-02 13:37:36 -0800
commit620b915c4e1df33cc5df679408518281cfb81f93 (patch)
treedeed2daf378b08e3e4931b0e01b121864114b37a /Src/Zle
parent3882c30f8087d21daf808ad2817dd8a58492de7a (diff)
downloadzsh-620b915c4e1df33cc5df679408518281cfb81f93.tar.gz
zsh-620b915c4e1df33cc5df679408518281cfb81f93.tar.xz
zsh-620b915c4e1df33cc5df679408518281cfb81f93.zip
Fix leading whitespace in a comment
Diffstat (limited to 'Src/Zle')
-rw-r--r--Src/Zle/zle_tricky.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c
index 2689d0fa1..a12fa08ff 100644
--- a/Src/Zle/zle_tricky.c
+++ b/Src/Zle/zle_tricky.c
@@ -1163,7 +1163,7 @@ get_comp_string(void)
      * being separated by tokens | & &! |& || &&).  The loop stops when *
      * the end of the command containing the cursor is reached.  What   *
      * makes this messy is checking for things like redirections, loops *
-    * and whatnot. */
+     * and whatnot. */
 
     do {
         qsub = noword = 0;