~goedson/gnotime/master

« back to all changes in this revision

Viewing changes to src/props-proj.h

  • 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:
24
24
 
25
25
/* pop up a dialog box for editing a project */
26
26
/* currently, this uses the same dailog over & over, we should probably
27
 
 * change this to use gnome MDI ?? 
 
27
 * change this to use gnome MDI ??
28
28
 */
29
29
void prop_dialog_set_project(GttProject *proj);
30
30
void prop_dialog_show(GttProject *proj);