diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-10 11:00:18 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-02-10 16:16:03 +0100 |
commit | d7d36724d3120167caf487bda863fc350b27bfa7 (patch) | |
tree | 6cbd81a3593df5098725e8649708b6c5d2011235 | |
parent | d02b5cd65574a3f0af3fa73439af251e728c87d8 (diff) | |
download | samba-d7d36724d3120167caf487bda863fc350b27bfa7.tar.gz |
s3: Fix some nonempty blank lines
-rw-r--r-- | lib/addns/dnserr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/addns/dnserr.h b/lib/addns/dnserr.h index 9e049ac3a9a..8638a2d434e 100644 --- a/lib/addns/dnserr.h +++ b/lib/addns/dnserr.h @@ -1,6 +1,6 @@ /* Error codes for Linux DNS client library implementation - + Copyright (C) 2006 Krishna Ganugapati <krishnag@centeris.com> Copyright (C) 2006 Gerald Carter <jerry@samba.org> @@ -28,7 +28,7 @@ /* The Splint code analysis tool (http://www.splint.org.) doesn't like immediate structures. */ - + #ifdef _SPLINT_ #undef HAVE_IMMEDIATE_STRUCTURES #endif |