Detab source code.

This commit is contained in:
Lukhnos Liu 2012-10-31 22:12:50 -07:00
parent e68845381c
commit c300e9cc10
1 changed files with 32 additions and 33 deletions

View File

@ -71,7 +71,6 @@ bool FastLM::open(const char *path)
return false; return false;
} }
// Regular expression for parsing: // Regular expression for parsing:
// (\n*\w\w*\s\w\w*\s\w\w*)*$ // (\n*\w\w*\s\w\w*\s\w\w*)*$
// //