whitespace

This commit is contained in:
Georg Baum 2015-03-15 18:20:01 +01:00
parent 3d492529bf
commit 423a55acc6
2 changed files with 63 additions and 63 deletions

View File

@ -3335,7 +3335,7 @@ void Buffer::Impl::updateMacros(DocIterator & it, DocIterator & scope)
continue;
// register macro
// FIXME (Abdel), I don't understandt why we pass 'it' here
// FIXME (Abdel), I don't understand why we pass 'it' here
// instead of 'macroTemplate' defined above... is this correct?
macros[macroTemplate.name()][it] =
Impl::ScopeMacro(scope, MacroData(const_cast<Buffer *>(owner_), it));