summaryrefslogtreecommitdiff
path: root/src/XpNotifyPdm.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:47:24 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:47:24 -0700
commitf665327b32962ed93e2b03e3e3546d3a163f8012 (patch)
tree704a7e5217b1efed6ec4b0a9960f0dc95c779459 /src/XpNotifyPdm.c
parent78773073a0b5801a72be7a5309a40ddc90d9916e (diff)
downloadxorg-lib-libXp-f665327b32962ed93e2b03e3e3546d3a163f8012.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/XpNotifyPdm.c')
-rw-r--r--src/XpNotifyPdm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/XpNotifyPdm.c b/src/XpNotifyPdm.c
index 2bef6b4..c1ceb8e 100644
--- a/src/XpNotifyPdm.c
+++ b/src/XpNotifyPdm.c
@@ -15,7 +15,7 @@
** (c) Copyright 1996 Digital Equipment Corp.
** (c) Copyright 1996 Fujitsu Limited
** (c) Copyright 1996 Hitachi, Ltd.
- **
+ **
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
** in the Software without restriction, including without limitation the rights
@@ -692,7 +692,7 @@ XpCookieToPdm (
if ((ttype != XA_WINDOW) && (tformat != 32) && (nitems != 1)) {
/*
* Unable to read SelectionNotify property.
- */
+ */
sprintf(cdata,
"XpCookieToPdm: Unable to read SelectionNotify property" );
return( _xpstrdup( cdata ) );
@@ -725,9 +725,9 @@ XpNotifyPdm (
)
{
enum { XA_PDM_CLIENT_PROP, XA_PDM_START, XA_PDM_START_OK,
- XA_PDM_START_VXAUTH, XA_PDM_START_PXAUTH, XA_PDM_START_ERROR,
+ XA_PDM_START_VXAUTH, XA_PDM_START_PXAUTH, XA_PDM_START_ERROR,
NUM_ATOMS };
- static char *atom_names[] = {
+ static char *atom_names[] = {
"PDM_CLIENT_PROP", "PDM_START", "PDM_START_OK",
"PDM_START_VXAUTH", "PDM_START_PXAUTH", "PDM_START_ERROR" };
@@ -842,7 +842,7 @@ XpNotifyPdm (
* Read property content for status.
*/
XGetWindowProperty( sel_display, sel_window,
- atoms[XA_PDM_CLIENT_PROP],
+ atoms[XA_PDM_CLIENT_PROP],
0, 100000, True, AnyPropertyType,
&ttype, &tformat, &nitems, &bytes_after,
&return_data );
@@ -864,7 +864,7 @@ XpNotifyPdm (
if ((ttype != XA_ATOM) && (tformat != 32) && (nitems != 1)) {
/*
* Unable to read SelectionNotify property.
- */
+ */
sprintf(cdata,
"XpNotifyPdm: Unable to read SelectionNotify property" );
return( _xpstrdup( cdata ) );