summaryrefslogtreecommitdiffstats
path: root/kbugbuster/backend/bug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/backend/bug.cpp')
-rw-r--r--kbugbuster/backend/bug.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kbugbuster/backend/bug.cpp b/kbugbuster/backend/bug.cpp
index ec249ef7..bda88c9b 100644
--- a/kbugbuster/backend/bug.cpp
+++ b/kbugbuster/backend/bug.cpp
@@ -235,6 +235,3 @@ bool Bug::operator<( const Bug &rhs ) const
{
return m_impl < rhs.m_impl;
}
-
-/* vim: set ts=4 sw=4 et softtabstop=4: */
-