From f07d784b8b4ce460ee827fcf2aed46a23f3c106c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 2 Mar 2013 13:17:57 +0100 Subject: [PATCH] make style --- libnfc/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/conf.c b/libnfc/conf.c index f28dd72..7647a52 100644 --- a/libnfc/conf.c +++ b/libnfc/conf.c @@ -182,7 +182,7 @@ conf_devices_load(const char *dirname, nfc_context *context) } } } - closedir(d); + closedir(d); } }