From b008274afdbe375b32a7e66dbd073e200f6f0587 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 Feb 2011 12:57:53 +0100 Subject: Nuked almost all trailing white space. We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. --- dirmngr/w32-ldap-help.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dirmngr/w32-ldap-help.h') diff --git a/dirmngr/w32-ldap-help.h b/dirmngr/w32-ldap-help.h index 7efa299bc..80668d935 100644 --- a/dirmngr/w32-ldap-help.h +++ b/dirmngr/w32-ldap-help.h @@ -1,5 +1,5 @@ /* w32-ldap-help.h - Map utf8 based API into a wchar_t API. - o* Copyright (C) 2010 Free Software Foundation, Inc. + * Copyright (C) 2010 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -72,7 +72,7 @@ _dirmngr_ldap_search_st (LDAP *ld, const char *base, ULONG scope, wchar_t **wattrs = NULL; int i; - if (base) + if (base) { wbase = utf8_to_wchar (base); if (!wbase) @@ -149,7 +149,7 @@ _dirmngr_ldap_get_values_len (LDAP *ld, LDAPMessage *msg, const char *attr) { BerValue **ret; wchar_t *wattr; - + if (attr) { wattr = utf8_to_wchar (attr); -- cgit v1.2.3