Whitespace cleanup in src/database
[sxemacs] / src / events / events.c
index 05c719b..727f37e 100644 (file)
@@ -26,11 +26,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 #include "lisp.h"
 #include "buffer.h"
 #include "ui/console.h"
-#include "ui/TTY/console-tty.h"        /* for stuff in
+#include "ui/TTY/console-tty.h"        /* for stuff in
                                           character_to_event. needs
                                           refactoring */
 #include "ui/device.h"
-#include "ui/X11/console-x.h"  /* for x_event_name prototype in
+#include "ui/X11/console-x.h"  /* for x_event_name prototype in
                                   format_event_object. Needs refactoring */
 #include "extents.h"           /* Just for the EXTENTP abort check... */
 #define INCLUDE_EVENTS_H_PRIVATE_SPHERE
@@ -327,6 +327,7 @@ event_equal(Lisp_Object obj1, Lisp_Object obj2, int depth)
        switch (e1->event_type) {
        default:
                abort();
+               break;
 
        case process_event:
                return EQ(e1->event.process.process, e2->event.process.process);
@@ -2622,6 +2623,7 @@ This is in the form of a property list (alternating keyword/value pairs).
        switch (e->event_type) {
        default:
                abort();
+               break;
 
        case process_event:
                props = cons3(Qprocess, e->event.process.process, props);
@@ -2667,7 +2669,7 @@ This is in the form of a property list (alternating keyword/value pairs).
                break;
 
 #ifdef EF_USE_ASYNEQ
-                /* are these right here? */
+               /* are these right here? */
        case eaten_myself_event:
        case work_started_event:
        case work_finished_event: