summaryrefslogtreecommitdiff
path: root/lib/libalpm/graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libalpm/graph.c')
-rw-r--r--lib/libalpm/graph.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libalpm/graph.c b/lib/libalpm/graph.c
index c0b8162a..98c2227f 100644
--- a/lib/libalpm/graph.c
+++ b/lib/libalpm/graph.c
@@ -36,5 +36,3 @@ void _alpm_graph_free(void *data)
alpm_list_free(graph->children);
free(graph);
}
-
-/* vim: set noet: */