From ece4f9a37bfb91da0e565a6e09d7171f1fcd5fdb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 15 Jun 2009 15:11:03 +0200 Subject: [PATCH] fix indent --- tools/installcheck.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/installcheck.c b/tools/installcheck.c index cf3c750..9701ae0 100644 --- a/tools/installcheck.c +++ b/tools/installcheck.c @@ -60,9 +60,8 @@ myfopen(const char *fn) void usage(char** argv) { - printf("Usage:\n%s: repo [--nocheck repo]...\n", - argv[0]); - exit(1); + printf("Usage:\n%s: repo [--nocheck repo]...\n", argv[0]); + exit(1); } -- 2.7.4