STYLE: Minor style

This commit is contained in:
Mathieu Malaterre 2006-03-09 16:40:00 -05:00
parent 3ba5d52d1b
commit 7ca1c6d2d8
2 changed files with 39 additions and 39 deletions

View File

@ -59,8 +59,7 @@ public:
virtual bool DeleteValue(const char *key);
// Set value in a given key.
virtual bool SetValue(const char *key,
const char *value);
virtual bool SetValue(const char *key, const char *value);
// Open the registry at toplevel/subkey.
virtual bool Open(const char *toplevel, const char *subkey,
@ -161,7 +160,8 @@ bool Registry::Open(const char *toplevel,
}
if ( !toplevel || !*toplevel )
{
kwsys_ios::cerr << "Registry::Opened() Toplevel not defined" << kwsys_ios::endl;
kwsys_ios::cerr << "Registry::Opened() Toplevel not defined"
<< kwsys_ios::endl;
return res;
}