فهرست منبع

Merge pull request #648 from da411d/patch-1

Replace tab character with 4 spaces
Timofey Kachalov 5 سال پیش
والد
کامیت
79d639feb6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/custom-code-helpers/string-array/templates/string-array-calls-wrapper/Rc4Template.ts

+ 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;
             }