So, copying a code like this one:
- Code: Select all
if(flag){
return;
}
I would get:
- Code: Select all
if(flag){
return;
}
It's not a problem with VirtualBox since copying from the terminal works fine.
if(flag){
return;
}
if(flag){
return;
}
Users browsing this forum: Google [Bot] and 6 guests