i965/fs: Clean up some whitespace in reg_allocate.
authorMatt Turner <mattst88@gmail.com>
Fri, 21 Nov 2014 07:45:38 +0000 (23:45 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 1 Dec 2014 19:32:56 +0000 (11:32 -0800)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp

index 44c74a3d5eb83c45bb0eaa9d2ec981c38cea1eb6..0813f6457288e4b52cd18392fe64dfa6f0598b93 100644 (file)
@@ -544,8 +544,8 @@ fs_visitor::assign_regs(bool allow_spilling)
    int first_mrf_hack_node = node_count;
    if (brw->gen >= 7)
       node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START;
-   struct ra_graph *g = ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs,
-                                                    node_count);
+   struct ra_graph *g =
+      ra_alloc_interference_graph(screen->wm_reg_sets[rsi].regs, node_count);
 
    for (int i = 0; i < this->virtual_grf_count; i++) {
       unsigned size = this->virtual_grf_sizes[i];