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

testdb.c : add vim modeline according to HACKING, and reindent the file.

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Chantry Xavier 2007-12-08 00:01:32 +01:00 committed by Dan McGee
parent 2ef78355fc
commit 4437033d2a

View File

@ -152,3 +152,5 @@ int main(int argc, char **argv)
cleanup(retval); cleanup(retval);
} }
/* vim: set ts=2 sw=2 noet: */