Skip to content

Commit

Permalink
fix spacing to comply with uncrustify 0.67 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Jul 11, 2018
1 parent 4030045 commit 4d1ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlsf_cpp/test/test_tlsf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void init_malloc_hook()


/// Set the hook for malloc initialize so that init_malloc_hook gets called.
void (*volatile __malloc_initialize_hook)(void) = init_malloc_hook;
void(*volatile __malloc_initialize_hook)(void) = init_malloc_hook;

/** Check a demangled stack backtrace of the caller function for the given tokens.
** Adapted from: https://panthema.net/2008/0901-stacktrace-demangled
Expand Down

0 comments on commit 4d1ab3b

Please sign in to comment.