From d4f632689abbab15e6022a625c7ab05dde03520b Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Mon, 19 Dec 2011 13:31:40 +0400 Subject: [PATCH] remove unneeded whitespace --- yasnd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yasnd.c b/yasnd.c index d4c773d..f796250 100644 --- a/yasnd.c +++ b/yasnd.c @@ -19,8 +19,8 @@ char* phone_connection=NULL; // gammu phone connection type, for example: "at" char* recipient_number=NULL; // recipient of sms alerts bool lpt_enable=false; // control usage of LPT port to reset target devices int lpt_port=0x378; // LPT port in hex(0x378 is usually LPT1) -bool loop_locked=false ; // flag for locking main loop while config re-reading -int failures_first=3 ; // count of failures while hosts checking, that triggers first SMS sending +bool loop_locked=false; // flag for locking main loop while config re-reading +int failures_first=3; // count of failures while hosts checking, that triggers first SMS sending pid_t mainloop_clone_pid; // pid of clone process, that containt main loop void log_debug(const char *message,int verbosity)