1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-31 20:22:15 +03:00

Fix some blank line endings

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Jun 21 19:57:06 CEST 2013 on sn-devel-104
This commit is contained in:
Volker Lendecke
2013-06-21 17:56:08 +02:00
parent d2642cb1b9
commit b96cea4aa5
14 changed files with 527 additions and 533 deletions

View File

@ -1,10 +1,10 @@
/*
/*
Unix SMB/Netbios implementation.
SMB client library implementation
Copyright (C) Andrew Tridgell 1998
Copyright (C) Richard Sharpe 2000, 2002
Copyright (C) John Terpstra 2000
Copyright (C) Tom Jansen (Ninja ISD) 2002
Copyright (C) Tom Jansen (Ninja ISD) 2002
Copyright (C) Derrell Lipman 2003-2008
Copyright (C) Jeremy Allison 2007, 2008
@ -28,7 +28,7 @@
/* Used by urldecode_talloc() */
static int
static int
hex2int( unsigned int _char )
{
if ( _char >= 'A' && _char <='F')