diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:32 -0700 |
commit | 6bd80b169312667157a392f99d271526d15c456c (patch) | |
tree | d8af8a6c08da92845e6f824ee46d641168fcafd5 /dummy.c | |
parent | b53e69906a1ba5afc23e295553fe877bde76b822 (diff) | |
download | syslinux-6bd80b169312667157a392f99d271526d15c456c.tar.gz syslinux-6bd80b169312667157a392f99d271526d15c456c.tar.xz syslinux-6bd80b169312667157a392f99d271526d15c456c.zip |
Run Nindent on dummy.c
Automatically reformat dummy.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 'dummy.c')
-rw-r--r-- | dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,5 +4,5 @@ int main(int argc, char *argv[]) { - return 0; + return 0; } |