STYLE: Minor style
This commit is contained in:
parent
3ba5d52d1b
commit
7ca1c6d2d8
@ -59,8 +59,7 @@ public:
|
|||||||
virtual bool DeleteValue(const char *key);
|
virtual bool DeleteValue(const char *key);
|
||||||
|
|
||||||
// Set value in a given key.
|
// Set value in a given key.
|
||||||
virtual bool SetValue(const char *key,
|
virtual bool SetValue(const char *key, const char *value);
|
||||||
const char *value);
|
|
||||||
|
|
||||||
// Open the registry at toplevel/subkey.
|
// Open the registry at toplevel/subkey.
|
||||||
virtual bool Open(const char *toplevel, const char *subkey,
|
virtual bool Open(const char *toplevel, const char *subkey,
|
||||||
@ -161,7 +160,8 @@ bool Registry::Open(const char *toplevel,
|
|||||||
}
|
}
|
||||||
if ( !toplevel || !*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;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user