From d3815dfd3e7f48e0c47499acc173809d973a4ad6 Mon Sep 17 00:00:00 2001 From: linus Date: Mon, 8 Mar 2010 21:54:42 +0000 Subject: Reindent and remove trailing whitespace. git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@517 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list.h') diff --git a/list.h b/list.h index 4607317..6b165d3 100644 --- a/list.h +++ b/list.h @@ -36,7 +36,7 @@ void *list_shift(struct list *list); /* removes first entry with matching data pointer */ void list_removedata(struct list *list, void *data); - + /* returns first node */ struct list_node *list_first(struct list *list); -- cgit v1.1