r600g: indentation fix
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.c
index 4592cbc70260aff48fe0344635150c9c7bc5df61..fa0b635636b88fdb4e0a2cbbb293e1ec6cadc212 100644 (file)
@@ -420,9 +420,9 @@ static boolean r600_is_format_supported(struct pipe_screen* screen,
        }
 
        if ((usage & (PIPE_BIND_RENDER_TARGET |
-                  PIPE_BIND_DISPLAY_TARGET |
-                  PIPE_BIND_SCANOUT |
-                  PIPE_BIND_SHARED)) &&
+                       PIPE_BIND_DISPLAY_TARGET |
+                       PIPE_BIND_SCANOUT |
+                       PIPE_BIND_SHARED)) &&
                        r600_is_colorbuffer_format_supported(format)) {
                retval |= usage &
                        (PIPE_BIND_RENDER_TARGET |