sim: fix up style a bit
[deliverable/binutils-gdb.git] / sim / common / hw-events.c
index a1b906309bfb560dd8f7c6bd483b4fec94c5582d..544576be6010a78325b6b91993f25978b3250e5a 100644 (file)
@@ -27,7 +27,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* The hw-events object is implemented using sim-events */
 
-struct hw_event {
+struct hw_event
+{
   void *data;
   struct hw *me;
   hw_event_callback *callback;
@@ -35,7 +36,8 @@ struct hw_event {
   struct hw_event_data *entry;
 };
 
-struct hw_event_data {
+struct hw_event_data
+{
   struct hw_event event;
   struct hw_event_data *next;
 };
This page took 0.02271 seconds and 4 git commands to generate.