Fixed placement of curly braces according to Google style guidelines "whitespace/braces"

This commit is contained in:
Stefan Persson 2012-12-04 17:42:52 +01:00
parent bca00ef148
commit 69c67e3c09
9 changed files with 39 additions and 44 deletions

View file

@ -15,7 +15,7 @@
#include "common/Strings.h"
#include "common/common.h" //debug
inline int random( unsigned int* seed ){
inline int random( unsigned int* seed ) {
#ifdef _WINDOWS
unsigned int randomNumber;
rand_s( &randomNumber ); //no seed needed