1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Fix some nonempty blank lines

This commit is contained in:
Volker Lendecke 2009-11-21 16:17:16 +01:00
parent 97525d0a0e
commit b79bcd972c
3 changed files with 75 additions and 77 deletions

View File

@ -521,7 +521,6 @@ void standard_sub_basic(const char *smb_name, const char *domain_name,
}
SAFE_FREE( s );
}
/****************************************************************************

View File

@ -7909,7 +7909,6 @@ static void dump_a_service(struct service *pService, FILE * f)
(*parm_table[i].label != '-') &&
(i == 0 || (parm_table[i].ptr != parm_table[i - 1].ptr)))
{
int pdiff = PTR_DIFF(parm_table[i].ptr, &sDefault);
if (pService == &sDefault) {