ClangFormat: format '#if 0' code
Previous cleanups didn't account for space after '#'.
This commit is contained in:
@@ -315,10 +315,13 @@ bool DebugInfo::graphviz_system(const ExecutionSystem *system, char *str, int ma
|
||||
|
||||
# if 0
|
||||
for (ExecutionSystem::Operations::const_iterator it = system->m_operations.begin();
|
||||
it != system->m_operations.end(); ++it)
|
||||
{
|
||||
it != system->m_operations.end();
|
||||
++it) {
|
||||
NodeOperation *op = *it;
|
||||
len += snprintf(str + len, maxlen > len ? maxlen - len : 0, "// OPERATION: %s\r\n", node->getbNode()->typeinfo->ui_name);
|
||||
len += snprintf(str + len,
|
||||
maxlen > len ? maxlen - len : 0,
|
||||
"// OPERATION: %s\r\n",
|
||||
node->getbNode()->typeinfo->ui_name);
|
||||
}
|
||||
# endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user