Commit 905f8792 by Henrik Kjölhede

Indentation fix

parent af59ff2e
...@@ -185,7 +185,7 @@ static struct alloted_s *append_alloted(struct alloted_s **head, char *name, int ...@@ -185,7 +185,7 @@ static struct alloted_s *append_alloted(struct alloted_s **head, char *name, int
struct alloted_s *cur, *al; struct alloted_s *cur, *al;
if (head == NULL || name == NULL) { if (head == NULL || name == NULL) {
// sanity check. parameters should not be null // sanity check. parameters should not be null
return NULL; return NULL;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment