Skip to content
Snippets Groups Projects
Commit 586b7ca3 authored by mattijs's avatar mattijs
Browse files

STYLE: codedBase: indentation

parent 2f3945e6
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ static inline void writeEntryIfPresent ...@@ -54,7 +54,7 @@ static inline void writeEntryIfPresent
) )
{ {
// non-recursive like dictionary::found, but no pattern-match either // non-recursive like dictionary::found, but no pattern-match either
const entry* ptr = dict.lookupEntryPtr(key,false,false); const entry* ptr = dict.lookupEntryPtr(key, false, false);
if (ptr) if (ptr)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment