aboutsummaryrefslogtreecommitdiffstats
path: root/src/strings
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 02:40:52 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 02:40:52 +0100
commit2ebc90b5fe741f8620771090dd61b97b5dc1de79 (patch)
tree4c8c7ad29810cac76c0fdc1d6d17aea45d61b663 /src/strings
parentsplit bzero.c (diff)
downloadslibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.gz
slibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.bz2
slibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/strings')
-rw-r--r--src/strings/bcmp.c1
-rw-r--r--src/strings/ffs.c1
-rw-r--r--src/strings/ffsll.c1
3 files changed, 3 insertions, 0 deletions
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 <string.h>
+
/**
* 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 <strings.h>
+
/**
* 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 <strings.h>
+
/**
* Find the first set bit in an integer.
*