~goedson/gnotime/master

« back to all changes in this revision

Viewing changes to src/file-io.c

  • Committer: Linas Vepstas
  • Date: 2012-11-30 03:59:34 UTC
  • Revision ID: git-v1:da0b94a90cff066ac0f4d19908fc68e71f7fa99e
whitespace fixes only

A few lines were indented badly, fix these.
Remove trailing whitespace.

Show diffs side-by-side

added added

removed removed

Lines of Context:
307
307
        _e = config_show_tb_exit;
308
308
 
309
309
        /* get last running project */
310
 
   cur_proj_id = GET_INT("/Misc/CurrProject=-1");
 
310
        cur_proj_id = GET_INT("/Misc/CurrProject=-1");
311
311
 
312
 
   config_idle_timeout = GET_INT("/Misc/IdleTimeout=300");
313
 
   config_autosave_period = GET_INT("/Misc/AutosavePeriod=60");
 
312
        config_idle_timeout = GET_INT("/Misc/IdleTimeout=300");
 
313
        config_autosave_period = GET_INT("/Misc/AutosavePeriod=60");
314
314
 
315
315
        /* Reset the main window width and height to the values
316
316
         * last stored in the config file.  Note that if the user
639
639
void
640
640
gtt_save_config(void)
641
641
{
642
 
   gtt_gconf_save();
 
642
        gtt_gconf_save();
643
643
}
644
644
 
645
645
/* ======================================================= */