Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/File.h
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2012-02-04 17:08:47 +0400
committerOctaneSnail <os@v12pwr.com>2012-02-04 17:08:47 +0400
commit5d08f6248def515bb39e94f06271ff28f2df8ead (patch)
tree0a9d82eb5153707d818f71ef820357b77aafe806 /File.h
parent48b7b9261ad857c155f07f44fa489deab333cafd (diff)
Clean up source formatting.
Diffstat (limited to 'File.h')
-rw-r--r--File.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/File.h b/File.h
index 5763bf2..d3dab74 100644
--- a/File.h
+++ b/File.h
@@ -38,8 +38,8 @@ public:
class File : public Node<File>
{
public:
- File (void) : size (0), parts (0), list (NULL), array (NULL), m_prev_part(NULL), filename(NULL),
- type_known (false), unsupported(false) { }
+ File (void) : size (0), parts (0), list (NULL), array (NULL), m_prev_part (NULL), filename (NULL),
+ type_known (false), unsupported (false) { }
~File (void)
{