* graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
From-SVN: r175858
+2011-07-05 Sebastian Pop <sebastian.pop@amd.com>
+
+ * graphite-clast-to-gimple.c (clast_name_to_index): Add missing space.
+
2011-07-05 Richard Guenther <rguenther@suse.de>
* c-decl.c (c_init_decl_processing): Defer building common
#ifdef CLOOG_ORG
gcc_assert (name->type == clast_expr_name);
- tmp.name = ((const struct clast_name*) name)->name;
+ tmp.name = ((const struct clast_name *) name)->name;
#else
tmp.name = name;
#endif