indent run

svn-id: r4481
This commit is contained in:
Max Horn 2002-07-07 20:32:26 +00:00
parent ad4809459d
commit 99bd8afcd4
6 changed files with 605 additions and 587 deletions

View file

@ -153,8 +153,7 @@ void hashconfig::merge(const hashconfig *h)
// The config-class itself.
Config::Config (const char *cfg, const char *d)
: filename(Scumm::Strdup(cfg)), domain(d ? Scumm::Strdup(d) : 0), hash(0), ndomains(0),
willwrite(false)
: filename(Scumm::Strdup(cfg)), domain(d ? Scumm::Strdup(d) : 0), hash(0), ndomains(0), willwrite(false)
{
FILE *cfg_file;
char t[MAXLINELEN];