Whitespace

If someone can tell me how I can tell QtCreator to actually use tabs, not spaces, I would be most grateful (yes, I have set Tab Policy to Tabs Only in Prefs)
This commit is contained in:
Juergen Spitzmueller 2012-06-30 13:45:58 +02:00
parent 5eb9ece39e
commit e903d0158e

View File

@ -65,7 +65,7 @@ void InsetIndex::latex(otexstream & os, OutputParams const & runparams_in) const
if (buffer().masterBuffer()->params().use_indices && !params_.index.empty()
&& params_.index != "idx") {
os << "\\sindex[";
os << escape(params_.index);
os << escape(params_.index);
os << "]{";
} else {
os << "\\index";