Skip to content
Snippets Groups Projects
Commit 135bf794 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix indentation

parent 56fc5e7c
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -49,7 +49,7 @@ void LatexTable::convert(std::ostream& out, const automaton::DFA < SymbolType, S ...@@ -49,7 +49,7 @@ void LatexTable::convert(std::ostream& out, const automaton::DFA < SymbolType, S
out << "c|"; out << "c|";
out << "l}" << std::endl; out << "l}" << std::endl;
out << "\\hline" << std::endl; out << "\\hline" << std::endl;
out << " & & "; out << " & & ";
for ( const SymbolType & symbol : a.getInputAlphabet ( ) ) for ( const SymbolType & symbol : a.getInputAlphabet ( ) )
out << replace ( alib::StringDataFactory::toString ( symbol ), "\"", "\\\"" ) << " & "; out << replace ( alib::StringDataFactory::toString ( symbol ), "\"", "\\\"" ) << " & ";
out << "\\hspace*{14cm}\\\\" << std::endl; out << "\\hspace*{14cm}\\\\" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment