mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 02:09:57 +08:00
Fix tabs in source code
This commit is contained in:
parent
140a90f72a
commit
485482b2be
@ -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) {
|
||||||
|
|||||||
@ -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");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user