From 6b4484472b79dc7ea7d1ce545a28fba7d3b7696f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 30 Jul 2005 21:11:48 +0000 Subject: Remove trailing whitespaces. svn-id: r18604 --- backends/fs/fs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backends/fs/fs.h') diff --git a/backends/fs/fs.h b/backends/fs/fs.h index 3b9254f512..7c08e0c210 100644 --- a/backends/fs/fs.h +++ b/backends/fs/fs.h @@ -44,8 +44,8 @@ * And if we ever want to support devices with no FS in the classical sense (Palm...), * we can build upon this. */ - -/* + +/* * TODO - Instead of starting with getRoot(), we should rather add a getDefaultDir() * call that on Unix might return the current dir or the users home dir... * i.e. the root dir is usually not the best starting point for browsing. @@ -81,7 +81,7 @@ protected: virtual AbstractFilesystemNode *parent() const = 0; /** - * This method is a rather ugly hack which is used internally by the + * This method is a rather ugly hack which is used internally by the * actual node implementions to wrap up raw nodes inside FilesystemNode * objects. We probably want to get rid of this eventually and replace it * with a cleaner / more elegant solution, but for now it works. -- cgit v1.2.3