diff options
author | Volker Lendecke <vl@samba.org> | 2011-09-12 17:19:27 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-09-13 11:00:12 +0200 |
commit | f6fa51ddf71dac374b42e5a7849623120eee7fb1 (patch) | |
tree | 23b7e3a91e3ebdc321eff16cee5c2421e686723e /source3/include | |
parent | 85598e68502a594339434b71fec14fe186cb2131 (diff) | |
download | samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.gz samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.tar.bz2 samba-f6fa51ddf71dac374b42e5a7849623120eee7fb1.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ads.h | 2 | ||||
-rw-r--r-- | source3/include/messages.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/ads.h b/source3/include/ads.h index 8a8ce28e53..bbe8671f37 100644 --- a/source3/include/ads.h +++ b/source3/include/ads.h @@ -26,7 +26,7 @@ enum ads_saslwrap_type { typedef struct ads_struct { int is_mine; /* do I own this structure's memory? */ - + /* info needed to find the server */ struct { char *realm; diff --git a/source3/include/messages.h b/source3/include/messages.h index c15dadcc38..5ea27f3df1 100644 --- a/source3/include/messages.h +++ b/source3/include/messages.h @@ -3,17 +3,17 @@ messages.c header Copyright (C) Andrew Tridgell 2000 Copyright (C) 2001, 2002 by Martin Pool - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program 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 General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ |