Changeset 5342:4f295490a27c in roaraudio


Ignore:
Timestamp:
12/09/11 23:30:25 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/plugin-info.c

    r5340 r5342  
    107107 
    108108static struct roar_dl_appsched sched = { 
    109  .init = init, 
    110  .free = NULL, 
     109 .init   = init, 
     110 .free   = NULL, 
    111111 .update = NULL, 
    112  .tick = NULL, 
    113  .wait = NULL 
     112 .tick   = NULL, 
     113 .wait   = NULL 
    114114}; 
    115115 
Note: See TracChangeset for help on using the changeset viewer.