# HG changeset patch # User Richard M. Stallman # Date 1033077950 0 # Node ID b8d711da249c8a3f7978a189c15e4954623ad134 # Parent fb65015ecfce7991cd172a4e7a1193cf646b3e65 Whitespace changes. diff -r fb65015ecfce -r b8d711da249c src/macterm.c --- a/src/macterm.c Thu Sep 26 22:04:40 2002 +0000 +++ b/src/macterm.c Thu Sep 26 22:05:50 2002 +0000 @@ -12154,7 +12154,8 @@ #if USE_CARBON_EVENTS -void init_service_handler() +void +init_service_handler () { EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes}, {kEventClassService, kEventServiceCopy}, @@ -12166,8 +12167,9 @@ /* MAC_TODO: Check to see if this is called by AEProcessDesc... */ -OSStatus mac_handle_service_event (EventHandlerCallRef callRef, - EventRef event, void *data) +OSStatus +mac_handle_service_event (EventHandlerCallRef callRef, + EventRef event, void *data) { OSStatus err = noErr; switch (GetEventKind (event)) @@ -12343,8 +12345,9 @@ } -static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon, - DragReference theDrag) +static pascal OSErr +mac_do_receive_drag (WindowPtr window, void *handlerRefCon, + DragReference theDrag) { short items; short index;