From 2ebc90b5fe741f8620771090dd61b97b5dc1de79 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 17 Nov 2015 02:40:52 +0100 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/malloc.c | 1 + src/strings/bcmp.c | 1 + src/strings/ffs.c | 1 + src/strings/ffsll.c | 1 + 4 files changed, 4 insertions(+) (limited to 'src') diff --git a/src/malloc.c b/src/malloc.c index 3d48b56..5a6739e 100644 --- a/src/malloc.c +++ b/src/malloc.c @@ -38,6 +38,7 @@ #define MALLOC(size) memalign(sizeof(max_align_t), size) + /** * Create a new memory allocation on the heap. * The allocation will not be initialised. diff --git a/src/strings/bcmp.c b/src/strings/bcmp.c index 10f0d00..3693354 100644 --- a/src/strings/bcmp.c +++ b/src/strings/bcmp.c @@ -19,6 +19,7 @@ #include + /** * This function is identical to `memcmp`. */ diff --git a/src/strings/ffs.c b/src/strings/ffs.c index a55d980..7de35a4 100644 --- a/src/strings/ffs.c +++ b/src/strings/ffs.c @@ -18,6 +18,7 @@ #include + /** * Find the first set bit in an integer. * diff --git a/src/strings/ffsll.c b/src/strings/ffsll.c index 4c376a3..c053fb6 100644 --- a/src/strings/ffsll.c +++ b/src/strings/ffsll.c @@ -18,6 +18,7 @@ #include + /** * Find the first set bit in an integer. * -- cgit v1.2.3-70-g09d2