diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-14 21:39:10 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-02-20 10:23:28 +0100 |
commit | 13bfae95e7eae9cdca0c20af7b6c95138504d76a (patch) | |
tree | 9e2b3587e6af9675f479b2dd1f571d2cae5f35e1 /source3/lib | |
parent | 8ad127e187abb8f9e8076a872e08faaf4fbc1367 (diff) | |
download | samba-13bfae95e7eae9cdca0c20af7b6c95138504d76a.tar.gz samba-13bfae95e7eae9cdca0c20af7b6c95138504d76a.tar.bz2 samba-13bfae95e7eae9cdca0c20af7b6c95138504d76a.zip |
s3: Fix some nonempty blank lines
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/username.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/lib/username.c b/source3/lib/username.c index afe83acfd9..d1789a5364 100644 --- a/source3/lib/username.c +++ b/source3/lib/username.c @@ -9,12 +9,12 @@ 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/>. */ @@ -205,7 +205,7 @@ struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user) DEBUG(5,("Finding user %s\n", user)); ret = Get_Pwnam_internals(mem_ctx, user, user2); - + return ret; } |