Fixed placement of curly braces according to Google style guidelines "whitespace/braces"
This commit is contained in:
parent
bca00ef148
commit
69c67e3c09
9 changed files with 39 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue