summaryrefslogtreecommitdiff
path: root/src/DPMS.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:18:56 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:18:56 -0700
commitb46167511d429792086fb8e8cfea6f19b2fc9847 (patch)
tree0c9e6e660581dd670f711b744562724f7d5c8243 /src/DPMS.c
parentead0cea593266b91f08d33a0c83170ba92d8ac7e (diff)
downloadxorg-lib-libXext-b46167511d429792086fb8e8cfea6f19b2fc9847.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/DPMS.c')
-rw-r--r--src/DPMS.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/DPMS.c b/src/DPMS.c
index 9fc9cca..07818a0 100644
--- a/src/DPMS.c
+++ b/src/DPMS.c
@@ -14,14 +14,14 @@ all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
-BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
+DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
+BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-Except as contained in this notice, the name of Digital Equipment Corporation
+Except as contained in this notice, the name of Digital Equipment Corporation
shall not be used in advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization from Digital
+dealings in this Software without prior written authorization from Digital
Equipment Corporation.
******************************************************************/
@@ -74,7 +74,7 @@ static XEXT_GENERATE_FIND_DISPLAY (find_display, dpms_info,
NULL)
static XEXT_GENERATE_CLOSE_DISPLAY (close_display, dpms_info)
-
+
/*****************************************************************************
* *
* public routines *
@@ -150,14 +150,14 @@ DPMSSetTimeouts(Display *dpy, CARD16 standby, CARD16 suspend, CARD16 off)
XExtDisplayInfo *info = find_display (dpy);
register xDPMSSetTimeoutsReq *req;
- if ((off != 0)&&(off < suspend))
+ if ((off != 0)&&(off < suspend))
{
return BadValue;
}
if ((suspend != 0)&&(suspend < standby))
{
return BadValue;
- }
+ }
DPMSCheckExtension (dpy, info, 0);
LockDisplay(dpy);