diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2018-02-09 15:35:12 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-02-09 15:35:12 -0600 |
commit | 287d71bd2591ddec73efe356db081020e65cd922 (patch) | |
tree | 6068ff5da9565cbe45a9c845c39a1c432f456e6e /src | |
parent | c1ffe4d9f2e10b6853464cc298d1922c81ae92f4 (diff) |
helpers.h: style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/includes/helpers.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/includes/helpers.h b/src/includes/helpers.h index 1a00d3d0..8d8b16e8 100644 --- a/src/includes/helpers.h +++ b/src/includes/helpers.h @@ -96,8 +96,10 @@ _unused static char *xstrdup(const char *str) #undef ERRX -/* basename_c never modifies the argument. As such, if there is a trailing - * slash then an empty string is returned. */ +/* + * basename_c never modifies the argument. As such, if there is a trailing + * slash then an empty string is returned. + */ _unused static const char *basename_c(const char *path) { const char *slash = strrchr(path, '/'); |