summaryrefslogtreecommitdiff
path: root/dos/perror.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-29 15:10:32 -0700
commit37905390b47e12b649c564b9d1963d6e5b5090a6 (patch)
treeb35ff4afdf5f841b8845cfa69316a75ab747e294 /dos/perror.c
parent3882592a6c3586f07b73707c4408b099acfe9ce8 (diff)
downloadsyslinux-37905390b47e12b649c564b9d1963d6e5b5090a6.tar.gz
Run Nindent on dos/perror.c
Automatically reformat dos/perror.c 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 'dos/perror.c')
-rw-r--r--dos/perror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dos/perror.c b/dos/perror.c
index e6e82874..99ab2f81 100644
--- a/dos/perror.c
+++ b/dos/perror.c
@@ -3,5 +3,5 @@
void perror(const char *msg)
{
- printf("%s: error %s\n", msg, errno);
+ printf("%s: error %s\n", msg, errno);
}