xf86drm.c: Fix mix of tabs and spaces

Remove whitespace at the end of line.
main
Jan Vesely 2016-06-30 14:22:52 -04:00 committed by Emil Velikov
parent d342cd34ac
commit 50d3c85bdb
1 changed files with 711 additions and 713 deletions

View File

@ -1364,7 +1364,6 @@ drmBufMapPtr drmMapBufs(int fd)
}
drmFree(bufs.list);
return retval;
}
@ -1388,7 +1387,6 @@ int drmUnmapBufs(drmBufMapPtr bufs)
drmFree(bufs->list);
drmFree(bufs);
return 0;
}