From: Joel Rosdahl Date: Mon, 15 Aug 2011 06:27:29 +0000 (+0200) Subject: Fix code style X-Git-Tag: v3.2~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2758e22f8d24007061bd612d30b2a1156a9a2ca2;p=thirdparty%2Fccache.git Fix code style --- diff --git a/ccache.c b/ccache.c index e8ddf6c01..979b47389 100644 --- a/ccache.c +++ b/ccache.c @@ -162,7 +162,7 @@ static bool output_is_precompiled_header = false; static bool output_to_real_object_first = false; /* Profile generation / usage information */ -static char* profile_dir = NULL; +static char *profile_dir = NULL; static bool profile_use = false; static bool profile_generate = false;