From b98fc46052b1c04341a738bd70ca2791b293ed88 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 2 Jul 2008 03:50:37 +0200 Subject: whitespace fix --- libasyncns/asyncns.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libasyncns/asyncns.h') diff --git a/libasyncns/asyncns.h b/libasyncns/asyncns.h index 87f0744..50cb378 100644 --- a/libasyncns/asyncns.h +++ b/libasyncns/asyncns.h @@ -5,17 +5,17 @@ /*** This file is part of libasyncns. - + libasyncns is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + libasyncns is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with libasyncns; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 @@ -156,5 +156,5 @@ void* asyncns_getuserdata(asyncns_t *asyncns, asyncns_query_t *q); #ifdef __cplusplus } #endif - + #endif -- cgit