瀏覽代碼

Merge pull request #648 from da411d/patch-1

Replace tab character with 4 spaces
Timofey Kachalov 5 年之前
父節點
當前提交
79d639feb6

+ 1 - 1
src/custom-code-helpers/string-array/templates/string-array-calls-wrapper/Rc4Template.ts

@@ -16,7 +16,7 @@ export function Rc4Template (): string {
                     	     
             let i;
                     	        
-	        for (i = 0; i < 256; i++) {
+            for (i = 0; i < 256; i++) {
                 s[i] = i;
             }