Changeset 801c7cb


Ignore:
Timestamp:
Apr 20, 2003, 11:43:29 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
ac70242
Parents:
d54838d
Message:
A few missed code style changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rd54838d r801c7cb  
    26932693
    26942694
    2695 void owl_function_do_newmsgproc(void) {
     2695void owl_function_do_newmsgproc(void)
     2696{
    26962697  if (owl_global_get_newmsgproc(&g) && strcmp(owl_global_get_newmsgproc(&g), "")) {
    26972698    /* if there's a process out there, we need to check on it */
     
    27442745}
    27452746
    2746 void owl_function_xterm_raise(void) {
     2747void owl_function_xterm_raise(void)
     2748{
    27472749  printf("\033[5t");
    27482750}
    27492751
    2750 void owl_function_xterm_deiconify(void) {
     2752void owl_function_xterm_deiconify(void)
     2753{
    27512754  printf("\033[1t");
    27522755}
Note: See TracChangeset for help on using the changeset viewer.