From: Jesse Rosenthal Date: Fri, 28 Jan 2011 15:03:00 +0000 (-0500) Subject: One more indentation issue. X-Git-Url: https://git.notmuchmail.org/git?p=notmuch-wiki;a=commitdiff_plain;h=040d676d1a5cc972c1602dd731877ee9cdc131af One more indentation issue. This should be the last one. --- diff --git a/remoteusage.mdwn b/remoteusage.mdwn index 3e9a9f7..2b3d588 100644 --- a/remoteusage.mdwn +++ b/remoteusage.mdwn @@ -90,7 +90,7 @@ be necessary in the furture. notmuch_run search $@ | while read line; do sleep 0.02 - echo "${line}" + echo "${line}" done }