Remove trailing whitespace

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-16 14:14:53 +01:00
parent 1db4b4a8f5
commit 3bd388a307
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ void sway_terminate(void) {
}
void cairo_set_source_u32(cairo_t *cairo, uint32_t color) {
cairo_set_source_rgba(cairo,
cairo_set_source_rgba(cairo,
((color & 0xFF000000) >> 24) / 256.0,
((color & 0xFF0000) >> 16) / 256.0,
((color & 0xFF00) >> 8) / 256.0,