diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 19:48:05 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-01 19:48:05 +0000 |
commit | 551ffdccea39a9223ad451954db40fd7a6e20e79 (patch) | |
tree | 0c5761879447442b166d3e7f4f414c1806a97852 /miscutils | |
parent | bd79c3d337304a96dcce4ae4f97b36143919af10 (diff) | |
download | busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.gz busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.tar.bz2 busybox-w32-551ffdccea39a9223ad451954db40fd7a6e20e79.zip |
more of pointless whitespace fixes
Diffstat (limited to 'miscutils')
-rw-r--r-- | miscutils/crond.c | 2 | ||||
-rw-r--r-- | miscutils/hdparm.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 2e158bcf0..804fe0b29 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -55,7 +55,7 @@ typedef struct CronLine { | |||
55 | #if ENABLE_FEATURE_CROND_CALL_SENDMAIL | 55 | #if ENABLE_FEATURE_CROND_CALL_SENDMAIL |
56 | int cl_MailPos; /* 'empty file' size */ | 56 | int cl_MailPos; /* 'empty file' size */ |
57 | smallint cl_MailFlag; /* running pid is for mail */ | 57 | smallint cl_MailFlag; /* running pid is for mail */ |
58 | char *cl_MailTo; /* whom to mail results */ | 58 | char *cl_MailTo; /* whom to mail results */ |
59 | #endif | 59 | #endif |
60 | /* ordered by size, not in natural order. makes code smaller: */ | 60 | /* ordered by size, not in natural order. makes code smaller: */ |
61 | char cl_Dow[7]; /* 0-6, beginning sunday */ | 61 | char cl_Dow[7]; /* 0-6, beginning sunday */ |
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 5c1f6d54a..de5d68a04 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -59,7 +59,7 @@ | |||
59 | #define ADV_PIO_MODES 64 /* advanced PIO modes supported */ | 59 | #define ADV_PIO_MODES 64 /* advanced PIO modes supported */ |
60 | /* multiword DMA xfer cycle time: */ | 60 | /* multiword DMA xfer cycle time: */ |
61 | #define DMA_TIME_MIN 65 /* - minimum */ | 61 | #define DMA_TIME_MIN 65 /* - minimum */ |
62 | #define DMA_TIME_NORM 66 /* - manufacturer's recommended */ | 62 | #define DMA_TIME_NORM 66 /* - manufacturer's recommended */ |
63 | /* minimum PIO xfer cycle time: */ | 63 | /* minimum PIO xfer cycle time: */ |
64 | #define PIO_NO_FLOW 67 /* - without flow control */ | 64 | #define PIO_NO_FLOW 67 /* - without flow control */ |
65 | #define PIO_FLOW 68 /* - with IORDY flow control */ | 65 | #define PIO_FLOW 68 /* - with IORDY flow control */ |
@@ -82,7 +82,7 @@ | |||
82 | #define ENH_ERASE_TIME 90 /* - enhanced */ | 82 | #define ENH_ERASE_TIME 90 /* - enhanced */ |
83 | #define ADV_PWR 91 /* current advanced power management level | 83 | #define ADV_PWR 91 /* current advanced power management level |
84 | in low byte, 0x40 in high byte. */ | 84 | in low byte, 0x40 in high byte. */ |
85 | #define PSWD_CODE 92 /* master password revision code */ | 85 | #define PSWD_CODE 92 /* master password revision code */ |
86 | #define HWRST_RSLT 93 /* hardware reset result */ | 86 | #define HWRST_RSLT 93 /* hardware reset result */ |
87 | #define ACOUSTIC 94 /* acoustic mgmt values ( >= ATA-6) */ | 87 | #define ACOUSTIC 94 /* acoustic mgmt values ( >= ATA-6) */ |
88 | #define LBA_LSB 100 /* LBA: maximum. Currently only 48 */ | 88 | #define LBA_LSB 100 /* LBA: maximum. Currently only 48 */ |