Replace TABs with 4 spaces

This commit is contained in:
SerpentSpirale 2022-03-25 16:38:19 +01:00 committed by Boulay Mathias
parent 582b730289
commit ba1d8db65e

View File

@ -636,7 +636,7 @@ public class GLFW
return win; return win;
} }
// Generated stub callback methods // Generated stub callback methods
public static GLFWCharCallback glfwSetCharCallback(@NativeType("GLFWwindow *") long window, @Nullable @NativeType("GLFWcharfun") GLFWCharCallbackI cbfun) { public static GLFWCharCallback glfwSetCharCallback(@NativeType("GLFWwindow *") long window, @Nullable @NativeType("GLFWcharfun") GLFWCharCallbackI cbfun) {
GLFWCharCallback lastCallback = mGLFWCharCallback; GLFWCharCallback lastCallback = mGLFWCharCallback;
if (cbfun == null) mGLFWCharCallback = null; if (cbfun == null) mGLFWCharCallback = null;
@ -1294,7 +1294,7 @@ public class GLFW
} }
public static boolean glfwUpdateGamepadMappings(ByteBuffer string) { public static boolean glfwUpdateGamepadMappings(ByteBuffer string) {
return false; return false;
} }
public static String glfwGetGamepadName(int jid) { public static String glfwGetGamepadName(int jid) {
return null; return null;