From ed1cda9a6c48360ed3b69994aa1f8d2557253b92 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 30 Sep 2012 06:12:47 +0000 Subject: style cleanup --- source/blender/editors/space_userpref/space_userpref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_userpref/space_userpref.c') diff --git a/source/blender/editors/space_userpref/space_userpref.c b/source/blender/editors/space_userpref/space_userpref.c index 5376b82f24c..1ea3876f5cc 100644 --- a/source/blender/editors/space_userpref/space_userpref.c +++ b/source/blender/editors/space_userpref/space_userpref.c @@ -80,7 +80,7 @@ static SpaceLink *userpref_new(const bContext *UNUSED(C)) /* not spacelink itself */ static void userpref_free(SpaceLink *UNUSED(sl)) { -// SpaceUserPref *spref= (SpaceUserPref*) sl; +// SpaceUserPref *spref = (SpaceUserPref *)sl; } -- cgit v1.2.3