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:
parent
9f6a67fee7
commit
363894e27b
1 changed files with 31 additions and 29 deletions
|
@ -60,3 +60,5 @@ function format_size(size) {
|
||||||
{
|
{
|
||||||
printf("%s\t%s\n", format_size($2), $1);
|
printf("%s\t%s\n", format_size($2), $1);
|
||||||
}'
|
}'
|
||||||
|
|
||||||
|
# vim: set ts=2 sw=2 noet:
|
||||||
|
|
Loading…
Add table
Reference in a new issue