mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
Drop trailing whitespaces
sed -i "s/[ ]\+$//g" **/*.(c|h) happy reviewing... git diff -w is an empty diff. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -91,7 +91,7 @@ present_flip_pending_pixmap(ScreenPtr screen)
|
||||
|
||||
if (!screen_priv->flip_pending)
|
||||
return NULL;
|
||||
|
||||
|
||||
return screen_priv->flip_pending->pixmap;
|
||||
}
|
||||
|
||||
@@ -372,7 +372,7 @@ present_set_tree_pixmap_visit(WindowPtr window, void *data)
|
||||
(*screen->SetWindowPixmap)(window, visit->new);
|
||||
return WT_WALKCHILDREN;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
present_set_tree_pixmap(WindowPtr window, PixmapPtr pixmap)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user