From c8b53d2aaf7ee4d07736cf842ca385e0311f3c53 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 23 Feb 2012 02:23:42 +0000 Subject: code style cleanup, no functional changes. --- source/blender/blenlib/intern/BLI_args.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_args.c') diff --git a/source/blender/blenlib/intern/BLI_args.c b/source/blender/blenlib/intern/BLI_args.c index 04d5d57c239..bbf005e79ac 100644 --- a/source/blender/blenlib/intern/BLI_args.c +++ b/source/blender/blenlib/intern/BLI_args.c @@ -290,7 +290,8 @@ void BLI_argsParse(struct bArgs *ba, int pass, BA_ArgCallback default_cb, void * ba->passes[i + j] = pass; } i += retval; - } else if (retval == -1){ + } + else if (retval == -1) { if (a) { if (a->key->pass != -1) ba->passes[i] = pass; -- cgit v1.2.3