From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MCt5v-0007ns-LF for mharc-grub-devel@gnu.org; Sat, 06 Jun 2009 06:25:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCt5q-0007me-8o for grub-devel@gnu.org; Sat, 06 Jun 2009 06:25:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCt5k-0007kM-PZ for grub-devel@gnu.org; Sat, 06 Jun 2009 06:25:41 -0400 Received: from [199.232.76.173] (port=53628 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCt5j-0007kB-R2 for grub-devel@gnu.org; Sat, 06 Jun 2009 06:25:36 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:60723) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCt5j-0002Is-7W for grub-devel@gnu.org; Sat, 06 Jun 2009 06:25:35 -0400 Received: from [85.180.3.52] (e180003052.adsl.alicedsl.de [85.180.3.52]) by mrelayeu.kundenserver.de (node=mreu2) with ESMTP (Nemesis) id 0MKv5w-1MCt5f3VVp-0001am; Sat, 06 Jun 2009 12:25:32 +0200 From: Felix Zielcke To: The development of GRUB 2 Content-Type: text/plain Date: Sat, 06 Jun 2009 12:25:31 +0200 Message-Id: <1244283931.3418.7.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX18ZJ1q8NZQqqVMkv9zMntsUEkPYf7fdrB0IPS4 N3yxzl/AmejV6Jo5DqB23rS22GUmqxd41fJSW62AXM++J7rFmw 8Ee/rr1yeX9KDfA4PGXcA== X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: 2273 lines in 170 files consists of only space and tabulators X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 10:25:42 -0000 fz@fz:~/grub/grub2.git$ rgrep -E "^[[:blank:]]+$" *|wc -l 2273 fz@fz:~/grub/grub2.git$ rgrep -E "^[[:blank:]]+$" *|sed -e 's/:.*//'|uniq|wc -l 170 Anyone wants me to do find . -type f -print0 | xargs -0 sed -i -r -e 's/^[[:blank:]]+$//' or does someone object? [:blank:] doestn't contain these ^L chars. By the way `git diff --color' shows if you introduce such a line with red, but strangely not when you remove one. -- Felix Zielcke