1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

contrib/pacsysclean: use a standard vim modeline

Fix indenting to something more familiar with the rest of the codebase.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2012-05-06 19:53:00 -04:00 committed by Dan McGee
parent 9f6a67fee7
commit 363894e27b

View File

@ -60,3 +60,5 @@ function format_size(size) {
{
printf("%s\t%s\n", format_size($2), $1);
}'
# vim: set ts=2 sw=2 noet: