pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3900 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3900 - trunk/pingus/src
Date: Sun, 27 Jul 2008 03:22:44 +0200

Author: grumbel
Date: 2008-07-27 03:22:43 +0200 (Sun, 27 Jul 2008)
New Revision: 3900

Modified:
   trunk/pingus/src/pathname.cpp
   trunk/pingus/src/pathname.hpp
Log:
Micro cleanup

Modified: trunk/pingus/src/pathname.cpp
===================================================================
--- trunk/pingus/src/pathname.cpp       2008-07-25 17:54:36 UTC (rev 3899)
+++ trunk/pingus/src/pathname.cpp       2008-07-27 01:22:43 UTC (rev 3900)
@@ -19,7 +19,7 @@
 #include "system.hpp"
 #include "path_manager.hpp"
 #include "pathname.hpp"
-
+
 Pathname Pathname::tmpfile(const std::string& prefix)
 {
   assert(!"Unimplemented");
@@ -124,5 +124,5 @@
     }
   return os;
 }
-
+
 /* EOF */

Modified: trunk/pingus/src/pathname.hpp
===================================================================
--- trunk/pingus/src/pathname.hpp       2008-07-25 17:54:36 UTC (rev 3899)
+++ trunk/pingus/src/pathname.hpp       2008-07-27 01:22:43 UTC (rev 3900)
@@ -20,7 +20,7 @@
 #include <iosfwd>
 #include <string>
 #include "SDL.h"
-
+
 /** Simple class to allow a distinction of paths that refer to the
  *  filesystem and paths that refer to the datadir, it also hides
  *  path_manager from the rest of the code. */
@@ -58,9 +58,9 @@
   Type get_type() const;
 
   /** Converts the Pathname into human readable form, usefull for
-      debugging output and nothing else */
+      debugging output, but nothing else */
   std::string str() const;
-
+
   bool empty() const;
   
   bool exist() const;
@@ -69,7 +69,7 @@
 };
 
 std::ostream& operator<< (std::ostream& os, const Pathname& p);
-
+
 #endif
 
 /* EOF */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]