From ab4a2aaf4a4b2b4e416aa1f113b30362cbe0dec3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Mar 2012 06:38:07 +0000 Subject: style cleanup: follow style guide for formatting of if/for/while loops, and else if's --- source/blender/blenpluginapi/intern/pluginapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenpluginapi') diff --git a/source/blender/blenpluginapi/intern/pluginapi.c b/source/blender/blenpluginapi/intern/pluginapi.c index b81facfac7e..02166c466fa 100644 --- a/source/blender/blenpluginapi/intern/pluginapi.c +++ b/source/blender/blenpluginapi/intern/pluginapi.c @@ -186,7 +186,7 @@ LIBEXPORT int ispic(char * name) } /* still the same name */ -/* void (*ditherfunc)(struct ImBuf *, short, short){} */ +/* void (*ditherfunc)(struct ImBuf *, short, short) {} */ LIBEXPORT struct ImBuf *scaleImBuf(struct ImBuf *ib, short nx, -- cgit v1.2.3