Skip to content

Commit 51f6c97

Browse files
committed
Replace tabs by 4 spaces
1 parent c070e1a commit 51f6c97

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ result = "";
174174
175175
while(x < 5)
176176
{
177-
result += $"{x},";
178-
x++;
177+
result += $"{x},";
178+
x++;
179179
}
180180
181181
result.Remove(result.Length - 1);
@@ -187,7 +187,7 @@ result = "";
187187
188188
for(x = 0; x < 5;x++)
189189
{
190-
result += $"{x},";
190+
result += $"{x},";
191191
}
192192
193193
result.Remove(result.Length - 1);
@@ -201,19 +201,19 @@ result = 0;
201201
202202
if(y != 0)
203203
{
204-
return 1;
204+
return 1;
205205
}
206206
else if(x == 0)
207207
{
208-
return 2;
208+
return 2;
209209
}
210210
else if(x < 0)
211211
{
212-
return 3;
212+
return 3;
213213
}
214214
else
215215
{
216-
return 4;
216+
return 4;
217217
}
218218
---------------- Result --------------------
219219
1
@@ -225,19 +225,19 @@ result = 0;
225225
226226
if(y != 0)
227227
{
228-
return 1;
228+
return 1;
229229
}
230230
else if(x == 0)
231231
{
232-
return 2;
232+
return 2;
233233
}
234234
else if(x < 0)
235235
{
236-
return 3;
236+
return 3;
237237
}
238238
else
239239
{
240-
return 4;
240+
return 4;
241241
}
242242
---------------- Result --------------------
243243
2
@@ -249,19 +249,19 @@ result = 0;
249249
250250
if(y != 0)
251251
{
252-
return 1;
252+
return 1;
253253
}
254254
else if(x == 0)
255255
{
256-
return 2;
256+
return 2;
257257
}
258258
else if(x < 0)
259259
{
260-
return 3;
260+
return 3;
261261
}
262262
else
263263
{
264-
return 4;
264+
return 4;
265265
}
266266
---------------- Result --------------------
267267
4

0 commit comments

Comments
 (0)