diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:28 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:28 -0700 |
| commit | fc8006224b48dae7ee9655bec53cd1c0fa869dad (patch) | |
| tree | a4b77b8d3bfce9065d6f3b42312807734d412fe8 /com32/modules/cmd.c | |
| parent | dc26836c5f2e4bda7a818e115228e9ea816f7833 (diff) | |
| download | syslinux-fc8006224b48dae7ee9655bec53cd1c0fa869dad.tar.gz | |
Run Nindent on com32/modules/cmd.c
Automatically reformat com32/modules/cmd.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 'com32/modules/cmd.c')
| -rw-r--r-- | com32/modules/cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/modules/cmd.c b/com32/modules/cmd.c index 1a7f0ffe..c614552c 100644 --- a/com32/modules/cmd.c +++ b/com32/modules/cmd.c @@ -20,6 +20,6 @@ int main(void) { - syslinux_run_command(__com32.cs_cmdline); - return -1; + syslinux_run_command(__com32.cs_cmdline); + return -1; } |
