summaryrefslogtreecommitdiff
path: root/com32/libutil
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:27 -0700
commitaccf159e76260e9deaa97c2808605ae32ccd5fc4 (patch)
tree4a4c01114dc7b545a0984004b16901d5081e52cd /com32/libutil
parent00154ff683dcbb04734bab06398fa4ad2f21d9ac (diff)
downloadsyslinux-accf159e76260e9deaa97c2808605ae32ccd5fc4.tar.gz
Run Nindent on com32/libutil/include/xcrypt.h
Automatically reformat com32/libutil/include/xcrypt.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/libutil')
-rw-r--r--com32/libutil/include/xcrypt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/libutil/include/xcrypt.h b/com32/libutil/include/xcrypt.h
index 89bc8bc6..c9ced46a 100644
--- a/com32/libutil/include/xcrypt.h
+++ b/com32/libutil/include/xcrypt.h
@@ -4,7 +4,7 @@
/* Extended crypt() implementations */
char *crypt_md5(const char *, const char *);
-char *sha256_crypt (const char *, const char *);
-char *sha512_crypt (const char *, const char *);
+char *sha256_crypt(const char *, const char *);
+char *sha512_crypt(const char *, const char *);
#endif