mirror of
https://github.com/gchq/CyberChef
synced 2026-01-07 19:13:24 +00:00
Add space after for
This commit is contained in:
@@ -55,7 +55,7 @@ const PhpSerialization = {
|
||||
*/
|
||||
function readUntil(until) {
|
||||
let result = "";
|
||||
for(;;) {
|
||||
for (;;) {
|
||||
let char = read(1);
|
||||
if (char === until) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user