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 /util-linux | |
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 'util-linux')
-rw-r--r-- | util-linux/fbset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/fbset.c b/util-linux/fbset.c index e0081667f..affeab061 100644 --- a/util-linux/fbset.c +++ b/util-linux/fbset.c | |||
@@ -91,7 +91,7 @@ struct fb_var_screeninfo { | |||
91 | uint32_t height; /* height of picture in mm */ | 91 | uint32_t height; /* height of picture in mm */ |
92 | uint32_t width; /* width of picture in mm */ | 92 | uint32_t width; /* width of picture in mm */ |
93 | 93 | ||
94 | uint32_t accel_flags; /* acceleration flags (hints) */ | 94 | uint32_t accel_flags; /* acceleration flags (hints) */ |
95 | 95 | ||
96 | /* Timing: All values in pixclocks, except pixclock (of course) */ | 96 | /* Timing: All values in pixclocks, except pixclock (of course) */ |
97 | uint32_t pixclock; /* pixel clock in ps (pico seconds) */ | 97 | uint32_t pixclock; /* pixel clock in ps (pico seconds) */ |