summaryrefslogtreecommitdiffstats
path: root/dirmngr/w32-ldap-help.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-04 12:57:53 +0100
committerWerner Koch <wk@gnupg.org>2011-02-04 12:57:53 +0100
commitb008274afdbe375b32a7e66dbd073e200f6f0587 (patch)
tree219e239d39cf06be3f03aa82fb572080ac163a15 /dirmngr/w32-ldap-help.h
parentLet autogen.sh check the git config (diff)
downloadgnupg2-b008274afdbe375b32a7e66dbd073e200f6f0587.tar.xz
gnupg2-b008274afdbe375b32a7e66dbd073e200f6f0587.zip
Nuked almost all trailing white space.post-nuke-of-trailing-ws
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.
Diffstat (limited to 'dirmngr/w32-ldap-help.h')
-rw-r--r--dirmngr/w32-ldap-help.h6
1 files changed, 3 insertions, 3 deletions
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);