Cosmetic cleanup.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-11-30 23:21:47 +01:00
parent 8f73dbd253
commit 665dcf221b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class OutputFile;
class PackMaster
{
public:
PackMaster(InputFile *f, options_t *o = NULL);
PackMaster(InputFile *f, options_t *o=NULL);
virtual ~PackMaster();
void pack(OutputFile *fo);