summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-23 15:22:09 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-29 11:12:02 +0100
commit6363ce777e06d32afeafcec7a8d7e6e14e7c08e7 (patch)
tree42aa2b90ad7c1c048dbac10485a0b34f97323bd0
parent615b72f08905984d196905eb0d303c4cb17777e1 (diff)
downloadsamba-6363ce777e06d32afeafcec7a8d7e6e14e7c08e7.tar.gz
s3: Fix some nonempty blank lines
(cherry picked from commit b4dd801f457e142f5a412bf8af9edcfb3c0f86d4)
-rw-r--r--source3/libsmb/conncache.c6
-rw-r--r--source3/winbindd/winbindd_dual.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/source3/libsmb/conncache.c b/source3/libsmb/conncache.c
index 46dc6d6364e..85a09cc9ce0 100644
--- a/source3/libsmb/conncache.c
+++ b/source3/libsmb/conncache.c
@@ -13,12 +13,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/>.
*/
@@ -191,7 +191,7 @@ void add_failed_connection_entry(const char *domain, const char *server,
DEBUG(1,("add_failed_connection_entry: failed to add "
"domain %s (%s) to failed conn cache\n",
domain, server));
-
+
done:
TALLOC_FREE(key);
TALLOC_FREE(value);
diff --git a/source3/winbindd/winbindd_dual.c b/source3/winbindd/winbindd_dual.c
index a852727692b..9a80d487646 100644
--- a/source3/winbindd/winbindd_dual.c
+++ b/source3/winbindd/winbindd_dual.c
@@ -744,7 +744,7 @@ void winbind_msg_onlinestatus(struct messaging_context *msg_ctx,
TALLOC_CTX *mem_ctx;
const char *message;
struct server_id *sender;
-
+
DEBUG(5,("winbind_msg_onlinestatus received.\n"));
if (!data->data) {
@@ -757,7 +757,7 @@ void winbind_msg_onlinestatus(struct messaging_context *msg_ctx,
if (mem_ctx == NULL) {
return;
}
-
+
message = collect_onlinestatus(mem_ctx);
if (message == NULL) {
talloc_destroy(mem_ctx);