From 69e6894b15271884623ea6f56ead06db83acbe99 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Mar 2012 06:18:31 +0000 Subject: style cleanup: follow style guide for formatting of if/for/while loops, and else if's --- source/blender/blenlib/intern/time.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/intern/time.c') diff --git a/source/blender/blenlib/intern/time.c b/source/blender/blenlib/intern/time.c index d86d68f6195..2f53aa38e77 100644 --- a/source/blender/blenlib/intern/time.c +++ b/source/blender/blenlib/intern/time.c @@ -52,14 +52,16 @@ double PIL_check_seconds_timer(void) QueryPerformanceCounter((LARGE_INTEGER*) &count); return count/perffreq; - } else { + } + else { static double accum= 0.0; static int ltick= 0; int ntick= GetTickCount(); if (ntick