public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lslocks: fix bracket indentation
@ 2012-05-06 19:06 Davidlohr Bueso
  2012-05-10  9:53 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Davidlohr Bueso @ 2012-05-06 19:06 UTC (permalink / raw)
  To: Karel Zak; +Cc: util-linux

From: Davidlohr Bueso <dave@gnu.org>

Signed-off-by: Davidlohr Bueso <dave@gnu.org>
---
 misc-utils/lslocks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/misc-utils/lslocks.c b/misc-utils/lslocks.c
index 2f9093d..13eaaf3 100644
--- a/misc-utils/lslocks.c
+++ b/misc-utils/lslocks.c
@@ -204,7 +204,7 @@ static char *get_filename_sz(ino_t inode, pid_t pid, size_t *size)
 
 		ret = xstrdup(sym);
 		break;
-}
+	}
 out:
 	closedir(dirp);
 	return ret;
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-10  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-06 19:06 [PATCH] lslocks: fix bracket indentation Davidlohr Bueso
2012-05-10  9:53 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox