From 7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 4 Sep 2009 13:46:09 +0200 Subject: removed trailing spaces ([[:space:]]+$) --- src/charon/plugins/resolv_conf/resolv_conf_handler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/charon/plugins/resolv_conf/resolv_conf_handler.h') diff --git a/src/charon/plugins/resolv_conf/resolv_conf_handler.h b/src/charon/plugins/resolv_conf/resolv_conf_handler.h index 2635bb802..5aa17cada 100644 --- a/src/charon/plugins/resolv_conf/resolv_conf_handler.h +++ b/src/charon/plugins/resolv_conf/resolv_conf_handler.h @@ -29,12 +29,12 @@ typedef struct resolv_conf_handler_t resolv_conf_handler_t; * Handle DNS configuration attributes by mangling a resolv.conf file. */ struct resolv_conf_handler_t { - + /** * Implements the attribute_handler_t interface */ attribute_handler_t handler; - + /** * Destroy a resolv_conf_handler_t. */ -- cgit v1.2.3