diff playtree.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 4129c8cfa742
children c1a3f1bbba26
line wrap: on
line diff
--- a/playtree.h	Tue May 12 19:25:35 2009 +0000
+++ b/playtree.h	Wed May 13 02:58:57 2009 +0000
@@ -106,7 +106,7 @@
   int num_files;
   int entry_pushed;
   int mode;
- 
+
   ///  loop/valid stack to save/revert status when we go up/down.
   int* status_stack;
   /// status stack size
@@ -115,7 +115,7 @@
 ///@}
 
 /// Create a new empty playtree item.
-play_tree_t* 
+play_tree_t*
 play_tree_new(void);
 
 /// Free a playtree item.
@@ -201,7 +201,7 @@
  *  \param with_node TRUE == stop on nodes with children, FALSE == go directly to the next child
  *  \return See \ref PlaytreeIterReturn.
  */
-int 
+int
 play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes);
 
 /// Step up, useful to break a loop, etc.
@@ -268,7 +268,7 @@
 /// Adds a new file to the playtree, if it is not valid it is created.
 void pt_add_file(play_tree_t** ppt, char* filename);
 
-/// \brief Performs a convert to playtree-syntax, by concat path/file 
+/// \brief Performs a convert to playtree-syntax, by concat path/file
 /// and performs pt_add_file
 void pt_add_gui_file(play_tree_t** ppt, char* path, char* file);