From: Dirk Mueller Date: Mon, 15 Jun 2009 13:11:03 +0000 (+0200) Subject: fix indent X-Git-Tag: BASE-SuSE-Code-12_1-Branch~261^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ece4f9a37bfb91da0e565a6e09d7171f1fcd5fdb;p=platform%2Fupstream%2Flibsolv.git fix indent --- 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); }