Removed code formatting modelines.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/6/head
Michele Calgaro 4 years ago
parent c127e512b3
commit 098454da64
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -29,5 +29,3 @@ namespace DragSupport {
}
#endif
// vim: set et ts=8 sw=4:

@ -893,5 +893,3 @@ void EditorCompletion::moveCompletionPopup()
}
#include "editor.moc"
// vim: set et sw=2 ts=8:

@ -129,5 +129,3 @@ class EditorCompletion : public TQObject
};
#endif // ABAKUS_EDITOR_H
// vim: set et ts=8 sw=4:

@ -257,5 +257,3 @@ TQString Evaluator::autoFix( const TQString& expr )
return result;
}
// vim: set et ts=8 sw=4:

@ -127,5 +127,3 @@ private:
#endif // EVALUATOR
// vim: set et ts=8 sw=4:

@ -1793,5 +1793,3 @@ int test_hmath()
};
#endif
// vim: set et sw=2 ts=8:

@ -355,5 +355,3 @@ public:
std::ostream& operator<<( std::ostream& s, HNumber );
#endif // HMATH_H
// vim: set et sw=2 ts=8:

@ -821,5 +821,3 @@ void MainWindow::selectCorrectPrecisionAction()
}
#include "mainwindow.moc"
// vim: set et ts=8 sw=4:

@ -415,5 +415,3 @@ TQString NumericValue::infixString() const
{
return value().toString();
}
// vim: set et ts=8 sw=4:

@ -215,5 +215,3 @@ class NumericValue : public Node
};
#endif
// vim: set et sw=4 ts=8:

@ -1805,5 +1805,3 @@ pv (name, num, len)
for (i=0; i<len; i++) printf ("%c",BCD_CHAR(num[i]));
printf ("\n");
}
// vim: set et sw=2 ts=8:

@ -165,5 +165,3 @@ _PROTOTYPE(void bc_out_num, (bc_num num, int o_base, void (* out_char)(int),
#endif
#endif
// vim: set et sw=2 ts=8:

@ -201,5 +201,3 @@ const Abakus::number_t::value_type Abakus::number_t::PI = HMath::pi();
const Abakus::number_t::value_type Abakus::number_t::E = HMath::exp(1);
#endif /* HAVE_MPFR */
// vim: set et ts=8 sw=4:

@ -689,5 +689,3 @@ private:
}; // namespace Abakus
#endif /* ABAKUS_NUMERICTYPES_H */
// vim: set et ts=8 sw=4:

@ -73,5 +73,3 @@ private:
};
#endif /* ABAKUS_RESULT_H */
// vim: set et ts=8 sw=4:

@ -263,5 +263,3 @@ static int tokenize (const TQString &token)
return Unknown;
}
// vim: set et sw=4 ts=8:

@ -118,5 +118,3 @@ private:
};
#endif /* ABAKUS_SHARED_PTR_H */
// vim: set et ts=8 sw=4:

@ -101,5 +101,3 @@ TQString ValueManager::description(const TQString &valueName)
}
#include "valuemanager.moc"
// vim: set et ts=8 sw=4 encoding=utf-8:

@ -66,5 +66,3 @@ class ValueManager : public TQObject
};
#endif
// vim: set et sw=4 ts=8:

Loading…
Cancel
Save