diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:26 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-29 15:10:26 -0700 |
| commit | bfce0c57a9ab95097941acda950ebeab5119ec5b (patch) | |
| tree | 5cc9e6ba673fee37f55e0d92bf42899dadb54780 /com32/lib/syslinux/freelist.c | |
| parent | 5a99b7bbf5c7d0dde98332c0cc27811c7ec5c112 (diff) | |
| download | syslinux-bfce0c57a9ab95097941acda950ebeab5119ec5b.tar.gz | |
Run Nindent on com32/lib/syslinux/freelist.c
Automatically reformat com32/lib/syslinux/freelist.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/lib/syslinux/freelist.c')
| -rw-r--r-- | com32/lib/syslinux/freelist.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/com32/lib/syslinux/freelist.c b/com32/lib/syslinux/freelist.c index 304e12ed..f73a69c4 100644 --- a/com32/lib/syslinux/freelist.c +++ b/com32/lib/syslinux/freelist.c @@ -36,11 +36,11 @@ void syslinux_free_movelist(struct syslinux_movelist *list) { - struct syslinux_movelist *m; + struct syslinux_movelist *m; - while (list) { - m = list; - list = list->next; - free(m); - } + while (list) { + m = list; + list = list->next; + free(m); + } } |
