summaryrefslogtreecommitdiff
path: root/source3/winbindd/nss_info_template.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-26 12:36:19 +0100
committerVolker Lendecke <vl@samba.org>2011-02-27 19:27:44 +0100
commit32731db56f6e99fe5c5febb251a00ad9e194081f (patch)
tree5cd6ea2bef16ba13687fa9ff7de1f33051724e2d /source3/winbindd/nss_info_template.c
parent2c9c8fa036645b8705c281fc5a104373dcee8f27 (diff)
downloadsamba-32731db56f6e99fe5c5febb251a00ad9e194081f.tar.gz
samba-32731db56f6e99fe5c5febb251a00ad9e194081f.tar.bz2
samba-32731db56f6e99fe5c5febb251a00ad9e194081f.zip
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/winbindd/nss_info_template.c')
-rw-r--r--source3/winbindd/nss_info_template.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/winbindd/nss_info_template.c b/source3/winbindd/nss_info_template.c
index 0bc398e908..7eb7510dad 100644
--- a/source3/winbindd/nss_info_template.c
+++ b/source3/winbindd/nss_info_template.c
@@ -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/>.
*/
@@ -45,7 +45,7 @@ static NTSTATUS nss_template_get_info( struct nss_domain_entry *e,
{
if ( !homedir || !shell || !gecos )
return NT_STATUS_INVALID_PARAMETER;
-
+
/* protect against home directories using whitespace in the
username */
*homedir = talloc_strdup( ctx, lp_template_homedir() );
@@ -55,7 +55,7 @@ static NTSTATUS nss_template_get_info( struct nss_domain_entry *e,
if ( !*homedir || !*shell ) {
return NT_STATUS_NO_MEMORY;
}
-
+
return NT_STATUS_OK;
}
@@ -100,7 +100,7 @@ static struct nss_info_methods nss_template_methods = {
.map_from_alias = nss_template_map_from_alias,
.close_fn = nss_template_close
};
-
+
NTSTATUS nss_info_template_init( void )
{
return smb_register_idmap_nss(SMB_NSS_INFO_INTERFACE_VERSION,