colorplane: Whitespace

This commit is contained in:
Timm Bäder
2020-09-25 21:11:37 +02:00
committed by Matthias Clasen
parent 66ce0cbec0
commit ae71fe3739

View File

@@ -175,9 +175,9 @@ create_texture (GtkColorPlane *plane)
bytes = g_bytes_new_take (data, height * stride);
plane->texture = gdk_memory_texture_new (width, height,
GDK_MEMORY_DEFAULT,
bytes,
stride);
GDK_MEMORY_DEFAULT,
bytes,
stride);
g_bytes_unref (bytes);
}