Clang format everything.

This commit is contained in:
Relintai 2024-07-21 10:40:17 +02:00
parent 784ac93e8a
commit aa622685d0
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
//
/*************************************************************************/
/* user_web_page.cpp */
/*************************************************************************/
/* This file is part of: */

View File

@ -345,7 +345,6 @@ public:
context_gl = env->video->create_the_gl_context(gl_version, view);
context_gl->initialize();
#ifndef GLES3_DISABLED
if (video_driver == VIDEO_DRIVER_GLES3) {
RasterizerGLES3::register_config();