Skip to content
Snippets Groups Projects
Commit a49a9add authored by Olivier Fourdan's avatar Olivier Fourdan
Browse files

Indentation

(Old svn revision: 17831)
parent baf2717b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ xfwmPixmapRefreshPict (xfwmPixmap * pm)
{
#ifdef HAVE_RENDER
ScreenInfo * screen_info = pm->screen_info;
if (!pm->pict_format)
{
pm->pict_format = XRenderFindVisualFormat (myScreenGetXDisplay (screen_info),
......@@ -55,7 +55,7 @@ xfwmPixmapRefreshPict (xfwmPixmap * pm)
if ((pm->pixmap) && (pm->pict_format))
{
pm->pict = XRenderCreatePicture (myScreenGetXDisplay (screen_info),
pm->pixmap, pm->pict_format, 0, NULL);
pm->pixmap, pm->pict_format, 0, NULL);
}
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment