STYLE: codedBase: indentation

This commit is contained in:
mattijs
2016-07-18 15:18:40 +01:00
parent 2f3945e6b3
commit 586b7ca30e

View File

@ -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)
{ {