removed tabs

This commit is contained in:
Jeff Hill
2001-03-08 22:21:40 +00:00
parent 249c3bf3b9
commit 33c4b2ae7c
8 changed files with 888 additions and 898 deletions
+3 -3
View File
@@ -9,7 +9,7 @@
// exChannel::setOwner ()
//
void exChannel::setOwner(const char * const /* pUserName */,
const char * const /* pHostName */)
const char * const /* pHostName */)
{
}
@@ -18,7 +18,7 @@ void exChannel::setOwner(const char * const /* pUserName */,
//
bool exChannel::readAccess () const
{
return true;
return true;
}
//
@@ -26,7 +26,7 @@ bool exChannel::readAccess () const
//
bool exChannel::writeAccess () const
{
return true;
return true;
}