summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <alberto.ruiz@codethink.co.uk>2011-10-04 02:11:26 +0100
committerAlberto Ruiz <alberto.ruiz@codethink.co.uk>2011-10-04 02:11:26 +0100
commit6803e8934f47f7ee0ea39d78761f0614434f0b9d (patch)
tree0a5b7fb80d9e8d47a1e9d8590460e0f8b8286ae5
parent6ef9dd768df729b9e4d60cd0e77bd433d7dc6e8f (diff)
downloadtbdiff-6803e8934f47f7ee0ea39d78761f0614434f0b9d.tar.gz
Fix bracket style
-rw-r--r--libtbd_stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtbd_stat.c b/libtbd_stat.c
index 388123a..d363ae3 100644
--- a/libtbd_stat.c
+++ b/libtbd_stat.c
@@ -183,8 +183,7 @@ tbd_stat_entry_find(tbd_stat_t *file,
if(strcmp(ds->d_name, name) == 0) {
char *spath = tbd_stat_subpath(file, ds->d_name);
- if(spath == NULL)
- {
+ if(spath == NULL) {
closedir (dp);
return NULL;
}