diff options
| author | Rémi Verschelde | 2017-01-15 22:15:47 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | 2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81 (patch) | |
| tree | e7cafdf9c76fd6545124ead4dc5ee17f940f0a10 /platform/bb10 | |
| parent | 39114178a0952e9f5efee08e23d73d70f3d8d3db (diff) | |
| download | godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.tar.gz godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.tar.zst godot-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.zip | |
Style: Various fixes to play nice with clang-format
Diffstat (limited to 'platform/bb10')
| -rw-r--r-- | platform/bb10/bbutil.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/platform/bb10/bbutil.h b/platform/bb10/bbutil.h index c2a4c5a7f..77f4402fb 100644 --- a/platform/bb10/bbutil.h +++ b/platform/bb10/bbutil.h @@ -13,7 +13,11 @@ extern "C" { extern EGLDisplay egl_disp; extern EGLSurface egl_surf; -enum RENDERING_API {GL_ES_1 = EGL_OPENGL_ES_BIT, GL_ES_2 = EGL_OPENGL_ES2_BIT, VG = EGL_OPENVG_BIT}; +enum RENDERING_API { + GL_ES_1 = EGL_OPENGL_ES_BIT, + GL_ES_2 = EGL_OPENGL_ES2_BIT, + VG = EGL_OPENVG_BIT +}; /** * Initializes EGL, GL and loads a default font |
