diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdbserver/notif.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | gdb-users/simark/clang-format.zip gdb-users/simark/clang-format.tar.gz gdb-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdbserver/notif.h')
-rw-r--r-- | gdbserver/notif.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdbserver/notif.h b/gdbserver/notif.h index bb93619..044a125 100644 --- a/gdbserver/notif.h +++ b/gdbserver/notif.h @@ -28,9 +28,7 @@ struct notif_event { - virtual ~notif_event () - { - } + virtual ~notif_event () {} /* No payload needed. */ }; @@ -62,7 +60,6 @@ int handle_notif_ack (char *own_buf, int packet_len); void notif_write_event (struct notif_server *notif, char *own_buf); void notif_push (struct notif_server *np, struct notif_event *event); -void notif_event_enque (struct notif_server *notif, - struct notif_event *event); +void notif_event_enque (struct notif_server *notif, struct notif_event *event); #endif /* GDBSERVER_NOTIF_H */ |