Skip to content

Commit 942d254

Browse files
committed
Fix nit
1 parent 9f7cb3f commit 942d254

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

simplecpp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3173,11 +3173,12 @@ simplecpp::FileDataCache simplecpp::load(const simplecpp::TokenList &rawtokens,
31733173

31743174
const auto loadResult = cache.get(sourcefile, header, dui, systemheader, filenames, outputList);
31753175
const bool loaded = loadResult.second;
3176-
FileData *const filedata = loadResult.first;
31773176

31783177
if (!loaded)
31793178
continue;
31803179

3180+
FileData *const filedata = loadResult.first;
3181+
31813182
if (!filedata->tokens.front())
31823183
continue;
31833184

0 commit comments

Comments
 (0)