Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_mng / trgt_mng.h
index c174ab5..a194b35 100644 (file)
@@ -2,6 +2,7 @@
 ** Synfig
 **
 **     Copyright (c) 2007 Paul Wise
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -62,9 +63,9 @@
 class mng_trgt : public synfig::Target_Scanline
 {
        SYNFIG_TARGET_MODULE_EXT
-       
+
 private:
-       
+
        FILE *file;
        int w,h;
        mng_handle mng;
@@ -80,7 +81,7 @@ private:
        unsigned int zbuffer_len;
 
 public:
-       
+
        mng_trgt(const char *filename);
        virtual ~mng_trgt();