From fb132e47370378474c68ad22c1c0cb2ccee178de Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 29 Oct 2010 11:46:52 +0200 Subject: whitespace cleanup Signed-off-by: Denys Vlasenko --- miscutils/conspy.c | 8 ++++---- miscutils/ubi_attach_detach.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'miscutils') diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 040fa86..723b420 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c @@ -420,19 +420,19 @@ int conspy_main(int argc UNUSED_PARAM, char **argv) if (G.remote.cursor_x < G.x) { G.x = G.remote.cursor_x; - i = 0; // force refresh + i = 0; // force refresh } if (nx > G.x) { G.x = nx; - i = 0; // force refresh + i = 0; // force refresh } if (G.remote.cursor_y < G.y) { G.y = G.remote.cursor_y; - i = 0; // force refresh + i = 0; // force refresh } if (ny > G.y) { G.y = ny; - i = 0; // force refresh + i = 0; // force refresh } } diff --git a/miscutils/ubi_attach_detach.c b/miscutils/ubi_attach_detach.c index 18ffd4d..b74d97b 100644 --- a/miscutils/ubi_attach_detach.c +++ b/miscutils/ubi_attach_detach.c @@ -26,8 +26,8 @@ #include "libbb.h" #include -#define OPTION_M (1 << 0) -#define OPTION_D (1 << 1) +#define OPTION_M (1 << 0) +#define OPTION_D (1 << 1) #define do_attach (ENABLE_UBIATTACH && \ (!ENABLE_UBIDETACH || (applet_name[3] == 'a'))) -- cgit v1.1