summaryrefslogtreecommitdiff
path: root/source3/include/nss_info.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-10-04 16:52:08 +0200
committerVolker Lendecke <vl@samba.org>2009-10-13 20:34:24 +0200
commit1341d4509c715ab115425698c82e05ad4fc9f5f8 (patch)
tree700d4fd025426d1838f37125c81722161f8d9875 /source3/include/nss_info.h
parent6e48aad3be53f06cf75fb8278457e08c510198fc (diff)
downloadsamba-1341d4509c715ab115425698c82e05ad4fc9f5f8.tar.gz
samba-1341d4509c715ab115425698c82e05ad4fc9f5f8.tar.bz2
samba-1341d4509c715ab115425698c82e05ad4fc9f5f8.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/include/nss_info.h')
-rw-r--r--source3/include/nss_info.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/nss_info.h b/source3/include/nss_info.h
index a60a6f0dc0..7514289889 100644
--- a/source3/include/nss_info.h
+++ b/source3/include/nss_info.h
@@ -8,12 +8,12 @@
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
-
+
This library 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
Library General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
@@ -36,7 +36,7 @@
struct nss_function_entry {
struct nss_function_entry *prev, *next;
-
+
const char *name;
struct nss_info_methods *methods;
};