pointless whitespace commit to get RageUtil.cpp out of my wincvs window
This commit is contained in:
@@ -627,13 +627,13 @@ void Regex::Compile()
|
||||
if(pattern[i] == '(') backrefs++;
|
||||
ASSERT(backrefs+1 < 128);
|
||||
}
|
||||
|
||||
void Regex::Release()
|
||||
{
|
||||
delete (regex_t *)reg;
|
||||
reg = NULL;
|
||||
}
|
||||
|
||||
|
||||
Regex::Regex(const CString &pattern_)
|
||||
{
|
||||
reg = NULL;
|
||||
|
||||
Reference in New Issue
Block a user