util: style fixes

This commit is contained in:
Pawel Dziepak
2013-04-11 12:15:47 +02:00
parent d9fa99bb60
commit 69042ecd1b
2 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#define MAX_FAST_RANDOM_VALUE 0x7fff
#define MAX_RANDOM_VALUE 0x7fffffffu
const int kFastRandomShift = 15;
const int kRandomShift = 31;
static const int kFastRandomShift = 15;
static const int kRandomShift = 31;
#ifdef __cplusplus
extern "C" {