Never write #ifdef'ed code after 4am
This commit is contained in:
parent
d4b774e935
commit
dcc14e9f6c
@ -190,7 +190,7 @@ private:
|
||||
|
||||
static size_t align32 (size_t s) {
|
||||
#if defined(__arm__) || defined(__aarch64__)
|
||||
return ((s - 1) | 3) + 1
|
||||
return ((s - 1) | 3) + 1;
|
||||
#else
|
||||
return s;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user