瀏覽代碼

Readability fix

Andrew Widdersheim 11 年之前
父節點
當前提交
500f8aec81
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      plugins/check_tcp.c

+ 2 - 1
plugins/check_tcp.c

@@ -577,7 +577,8 @@ process_arguments (int argc, char **argv)
 			if ((temp=strchr(optarg,','))!=NULL) {
 			    *temp='\0';
 			    if (!is_intnonneg (optarg))
-                               usage2 (_("Invalid certificate expiration period"), optarg);				 days_till_exp_warn = atoi(optarg);
+                               usage2 (_("Invalid certificate expiration period"), optarg);
+			    days_till_exp_warn = atoi (optarg);
 			    *temp=',';
 			    temp++;
 			    if (!is_intnonneg (temp))