Skip to content

Commit 31cd056

Browse files
space->tabs
1 parent d2d9478 commit 31cd056

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

amx-test/pawno/settings.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
FileAssoc=1
33
[Display]
44
WindowMax=1
5-
WindowX=437
6-
WindowY=253
5+
WindowX=557
6+
WindowY=268
77
WindowW=790
88
WindowH=485
99
Splitter=339

amx-test/testgm.pwn

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ public OnGameModeInit()
2020
print("");
2121
2222
new File:f = fopen("file.txt", io_read);
23-
if (f == File:0)
24-
{
25-
printf("There is a problem with openning the file.");
26-
}
27-
else
28-
{
23+
if (f == File:0)
24+
{
25+
printf("There is a problem with openning the file.");
26+
}
27+
else
28+
{
2929
new buffer[512];
3030
fread(f, buffer, sizeof(buffer));
3131
fclose(f);
3232
printf("%s", buffer);
33-
fclose(f);
34-
}
33+
fclose(f);
34+
}
3535
3636
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
3737
SetRuleValue("nya", "test");

0 commit comments

Comments
 (0)