Fix tabs in source code

This commit is contained in:
Jason Turner
2016-01-29 19:42:50 -07:00
parent 140a90f72a
commit 485482b2be
2 changed files with 2 additions and 2 deletions

View File

@@ -929,7 +929,7 @@ namespace chaiscript
{ {
} }
Char_Parser &operator=(const Char_Parser &) = delete; Char_Parser &operator=(const Char_Parser &) = delete;
~Char_Parser(){ ~Char_Parser(){
if (is_octal) { if (is_octal) {

View File

@@ -316,7 +316,7 @@ int main(int argc, char *argv[])
////for (int i = 0; i < 1000; i++) ////for (int i = 0; i < 1000; i++)
////{ ////{
//// chai.eval("puts(helloWorld(\"Bob12345\"));"); //// chai.eval("puts(helloWorld(\"Bob12345\"));");
////} ////}
//chai.eval_file("E:\\C++\\ChaiScript - 5.4.0\\samples\forx.chai"); //chai.eval_file("E:\\C++\\ChaiScript - 5.4.0\\samples\forx.chai");