diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:57:14 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-16 22:57:14 -0700 |
commit | e9936bbcfe7ae6430ec91fd5fca696c09f2b904c (patch) | |
tree | 8854fd3ebb2886beda837d3e6e300fb0aeb5eaf4 /include | |
parent | c85b3c711d96331b4aa564ee4c9168d1aa0c10bc (diff) |
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 'include')
-rw-r--r-- | include/X11/extensions/Xxf86dga.h | 2 | ||||
-rw-r--r-- | include/X11/extensions/xf86dga1.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/X11/extensions/Xxf86dga.h b/include/X11/extensions/Xxf86dga.h index 3b14ff3..d78a032 100644 --- a/include/X11/extensions/Xxf86dga.h +++ b/include/X11/extensions/Xxf86dga.h @@ -150,7 +150,7 @@ int XDGAGetViewportStatus( Display *dpy, int screen ); - + void XDGASync( Display *dpy, int screen diff --git a/include/X11/extensions/xf86dga1.h b/include/X11/extensions/xf86dga1.h index 0fc97aa..8110438 100644 --- a/include/X11/extensions/xf86dga1.h +++ b/include/X11/extensions/xf86dga1.h @@ -37,7 +37,7 @@ Status XF86DGAGetVideoLL( unsigned int * /* base addr */, int * /* width */, int * /* bank_size */, - int * /* ram_size */ + int * /* ram_size */ ); Status XF86DGAGetVideo( |