sim: fix up style a bit
[deliverable/binutils-gdb.git] / sim / common / hw-alloc.c
index 7244baa4dfb39690c2bbbcbd2b036f0b76aef075..406ffbf82bf5045bedbcf6ca4b4c8be727bf4c48 100644 (file)
@@ -27,7 +27,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <stdlib.h>
 #endif
 
-struct hw_alloc_data {
+struct hw_alloc_data
+{
   void *alloc;
   struct hw_alloc_data *next;
 };
This page took 0.031104 seconds and 4 git commands to generate.