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 | 47d60a4658e85cb1fc3dae52a9fd65bb62be8e18 (patch) | |
| tree | 9399953c4f85fb8991e56c4f4e189f164966d835 /com32/lib/syslinux | |
| parent | 973da2438ccc103e431b0042cdbcb687d9f9b37c (diff) | |
| download | syslinux-47d60a4658e85cb1fc3dae52a9fd65bb62be8e18.tar.gz | |
Run Nindent on com32/lib/syslinux/features.c
Automatically reformat com32/lib/syslinux/features.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')
| -rw-r--r-- | com32/lib/syslinux/features.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/com32/lib/syslinux/features.c b/com32/lib/syslinux/features.c index b4d79f7f..c88aef30 100644 --- a/com32/lib/syslinux/features.c +++ b/com32/lib/syslinux/features.c @@ -40,12 +40,12 @@ struct __syslinux_feature_flags __syslinux_feature_flags; void __constructor __syslinux_detect_features(void) { - static com32sys_t reg; + static com32sys_t reg; - memset(®, 0, sizeof reg); - reg.eax.w[0] = 0x0015; - __intcall(0x22, ®, ®); + memset(®, 0, sizeof reg); + reg.eax.w[0] = 0x0015; + __intcall(0x22, ®, ®); - __syslinux_feature_flags.len = reg.ecx.w[0]; - __syslinux_feature_flags.ptr = MK_PTR(reg.es, reg.ebx.w[0]); + __syslinux_feature_flags.len = reg.ecx.w[0]; + __syslinux_feature_flags.ptr = MK_PTR(reg.es, reg.ebx.w[0]); } |
