From e3be2a97627f5704f768691a70b09cce51ae01f3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 3 Apr 2012 06:48:53 +0000 Subject: [PATCH] fixed style --- src/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graph.c b/src/graph.c index 5df5838..ed3c43a 100644 --- a/src/graph.c +++ b/src/graph.c @@ -78,7 +78,7 @@ draw_graph_background(cairo_t *cr, int width, int height, struct config *config, GtkWidget *widget) { - GtkStyleContext* style_ctx; + GtkStyleContext *style_ctx; struct color *bgcolor; GdkRGBA rgba; -- 2.7.4