From 2758e22f8d24007061bd612d30b2a1156a9a2ca2 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 15 Aug 2011 08:27:29 +0200 Subject: [PATCH] Fix code style --- ccache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3