summaryrefslogtreecommitdiffstats
path: root/flow/gsl/gslglibhash.cc
diff options
context:
space:
mode:
Diffstat (limited to 'flow/gsl/gslglibhash.cc')
-rw-r--r--flow/gsl/gslglibhash.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/flow/gsl/gslglibhash.cc b/flow/gsl/gslglibhash.cc
index 8782a3e..c933929 100644
--- a/flow/gsl/gslglibhash.cc
+++ b/flow/gsl/gslglibhash.cc
@@ -147,5 +147,3 @@ void g_hash_table_foreach (GHashTable *hash_table,
func ((void*) i->first, (void*) i->second, user_data);
}
}
-
-/* vim:set ts=8 sw=2 sts=2: */