files.c: add vim modeline

Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Andrew Gregory 2015-11-01 20:41:56 -05:00 committed by Allan McRae
parent 08b0b6de96
commit 0d877ec429
1 changed files with 2 additions and 1 deletions

View File

@ -325,6 +325,7 @@ int pacman_files(alpm_list_t *targets)
return files_list(files_dbs, targets);
}
return 0;
}
/* vim: set noet: */