summaryrefslogtreecommitdiff
path: root/com32/lib/syslinux/reboot.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-02-19 16:52:36 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-02-19 16:52:36 -0800
commitbc7ea9c422f98f969dca78b4736718e3c44edd9b (patch)
tree0f4587c25fb8260511c9b7fb899555ce1510ffbe /com32/lib/syslinux/reboot.c
parentfe7dbcbaec8b5210604f942f322cecf55a37abe0 (diff)
downloadsyslinux-bc7ea9c422f98f969dca78b4736718e3c44edd9b.tar.gz
Whitespace cleanup...syslinux-3.62-pre11
Diffstat (limited to 'com32/lib/syslinux/reboot.c')
-rw-r--r--com32/lib/syslinux/reboot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/com32/lib/syslinux/reboot.c b/com32/lib/syslinux/reboot.c
index 110755f5..49b370e5 100644
--- a/com32/lib/syslinux/reboot.c
+++ b/com32/lib/syslinux/reboot.c
@@ -1,5 +1,5 @@
/* ----------------------------------------------------------------------- *
- *
+ *
* Copyright 2007-2008 H. Peter Anvin - All Rights Reserved
*
* Permission is hereby granted, free of charge, to any person
@@ -10,10 +10,10 @@
* sell copies of the Software, and to permit persons to whom
* the Software is furnished to do so, subject to the following
* conditions:
- *
+ *
* The above copyright notice and this permission notice shall
* be included in all copies or substantial portions of the Software.
- *
+ *
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -38,7 +38,7 @@
__noreturn syslinux_reboot(int warm)
{
uint16_t * const reboot_flag = (uint16_t *)0x472;
-
+
*reboot_flag = warm ? 0x1234 : 0;
__farcall(0xf000, 0xfff0, &__com32_zero_regs, NULL);