Fix tabs being used for spaces in some source code files

This commit is contained in:
Kovid Goyal
2019-02-03 19:59:02 +05:30
parent 419b078104
commit 22ed014123
4 changed files with 11 additions and 10 deletions

View File

@@ -65,7 +65,7 @@
"osmesa_context.h",
"linux_joystick.h",
"null_joystick.h",
"linux_notify.h"
"linux_notify.h"
],
"protocols": [
"stable/xdg-shell/xdg-shell.xml",
@@ -90,7 +90,7 @@
"backend_utils.c",
"linux_joystick.c",
"null_joystick.c",
"linux_notify.c"
"linux_notify.c"
]
},
"wayland_protocols": [
@@ -131,7 +131,7 @@
"osmesa_context.h",
"linux_joystick.h",
"null_joystick.h",
"linux_notify.h"
"linux_notify.h"
],
"sources": [
"x11_init.c",
@@ -148,7 +148,7 @@
"backend_utils.c",
"linux_joystick.c",
"null_joystick.c",
"linux_notify.c"
"linux_notify.c"
]
}
}