pointless whitespace commit to get RageUtil.cpp out of my wincvs window

This commit is contained in:
Glenn Maynard
2003-01-24 00:26:54 +00:00
parent 55cf338955
commit 75d27994f9
+1 -1
View File
@@ -627,13 +627,13 @@ void Regex::Compile()
if(pattern[i] == '(') backrefs++; if(pattern[i] == '(') backrefs++;
ASSERT(backrefs+1 < 128); ASSERT(backrefs+1 < 128);
} }
void Regex::Release() void Regex::Release()
{ {
delete (regex_t *)reg; delete (regex_t *)reg;
reg = NULL; reg = NULL;
} }
Regex::Regex(const CString &pattern_) Regex::Regex(const CString &pattern_)
{ {
reg = NULL; reg = NULL;