Fix several comments broken by clang-format

This commit is contained in:
Alexey Sokolov
2015-12-06 23:29:43 +00:00
parent 33b0627d75
commit 3861b6a583
20 changed files with 130 additions and 146 deletions
+5 -5
View File
@@ -520,8 +520,9 @@ bool CTemplate::Print(const CString& sFileName, ostream& oOut) {
new CTemplateLoopContext(uAfterLoopTag,
sLoopName,
bReverse, pvLoop));
} else { // If we don't have data, just skip this
// loop and everything inside
} else {
// If we don't have data, just skip this loop
// and everything inside
uSkip++;
}
}
@@ -622,9 +623,8 @@ bool CTemplate::Print(const CString& sFileName, ostream& oOut) {
vector<std::shared_ptr<CTemplateTagHandler>>&
vspTagHandlers = GetTagHandlers();
if (!vspTagHandlers.empty()) { // @todo this should go up
// to the top to grab
// handlers
if (!vspTagHandlers.empty()) {
// @todo this should go up to the top to grab handlers
CTemplate* pTmpl = GetCurTemplate();
CString sCustomOutput;