From a02566697a697abeb68e9fbdcbd83038af525cb8 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 21 Apr 2024 10:21:44 -0500 Subject: [PATCH] [glutils] Remove trailing whitespace --- .clang-tidy | 1 + deps/glutils/include/glutils/glutils.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 4d5dbaeb..eace73eb 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -57,6 +57,7 @@ misc-*, readability-duplicate-include, -misc-non-private-member-variables-in-classes, -misc-no-recursion, +-misc-include-cleaner, bugprone-*, clang-analyzer-*, modernize-*, diff --git a/deps/glutils/include/glutils/glutils.hpp b/deps/glutils/include/glutils/glutils.hpp index bbeac254..6713e557 100644 --- a/deps/glutils/include/glutils/glutils.hpp +++ b/deps/glutils/include/glutils/glutils.hpp @@ -210,7 +210,7 @@ struct BufferSet { }; void sendVbo(BufferSet const&bs) noexcept; - + void sendEbo(BufferSet const&bs) noexcept; void clearScreen() noexcept;