commit 1e4ab5ec9a02cc5e17ff1c116baf42efe0874f91
Author:     sin <[email protected]>
AuthorDate: Mon Oct 26 11:56:37 2015 +0000
Commit:     sin <[email protected]>
CommitDate: Mon Oct 26 11:57:04 2015 +0000

    Minor style fix

diff --git a/od.c b/od.c
index 4b3023b..8277597 100644
--- a/od.c
+++ b/od.c
@@ -34,7 +34,8 @@ printaddress(off_t addr)
 }
 
 static void
-printchunk(unsigned char *s, unsigned char format, size_t len) {
+printchunk(unsigned char *s, unsigned char format, size_t len)
+{
        long long res, basefac;
        size_t i;
        char fmt[] = " %#*ll#";

Reply via email to