Skip to content
Snippets Groups Projects
Commit 3b6d0010 authored by Julien Signoles's avatar Julien Signoles
Browse files

fix indentation

parent 500fcf6d
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ static void shadow_alloca(void *ptr, size_t size) { ...@@ -446,7 +446,7 @@ static void shadow_alloca(void *ptr, size_t size) {
unsigned int i, j = 0, k = 0; unsigned int i, j = 0, k = 0;
if (IS_LONG_BLOCK(size)) { /* Long blocks */ if (IS_LONG_BLOCK(size)) { /* Long blocks */
unsigned int i, j = 0, k = 0; unsigned int i, j = 0, k = 0;
int boundary = LONG_BLOCK_BOUNDARY(size); int boundary = LONG_BLOCK_BOUNDARY(size);
for (i = 0; i < boundary; i += LONG_BLOCK) { for (i = 0; i < boundary; i += LONG_BLOCK) {
/* Set-up a secondary shadow segment */ /* Set-up a secondary shadow segment */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment