daily update
[external/binutils.git] / sim / common / hw-alloc.c
index 7244baa..406ffbf 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;
 };