libede:FileSystemBox: code esthetics
authorRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 03:48:18 +0000 (23:48 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Sat, 10 Sep 2011 03:49:45 +0000 (23:49 -0400)
libede/src/FileSystemBox.ec

index 69d71eb..1a32a80 100644 (file)
@@ -391,7 +391,9 @@ public:
    }
    return node;
 }*/
    }
    return node;
 }*/
-static FileSystemNode MakeFileSystemNode(const FileStats stats, const char * fileName, const char * filePath, const bool previewPicture, const DisplaySystem displaySystem)
+static FileSystemNode MakeFileSystemNode(const FileStats stats,
+      const char * fileName, const char * filePath,
+      const bool previewPicture, const DisplaySystem displaySystem)
 {
    int len = strlen(fileName);
    char info[MAX_LOCATION];
 {
    int len = strlen(fileName);
    char info[MAX_LOCATION];