From 5f0e113f1036b65277e99e1d09ffc7f930c632a5 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 --- deps/nostalgia/.clang-tidy | 1 + deps/nostalgia/deps/glutils/include/glutils/glutils.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deps/nostalgia/.clang-tidy b/deps/nostalgia/.clang-tidy index 4d5dbae..eace73e 100644 --- a/deps/nostalgia/.clang-tidy +++ b/deps/nostalgia/.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/nostalgia/deps/glutils/include/glutils/glutils.hpp b/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp index bbeac25..6713e55 100644 --- a/deps/nostalgia/deps/glutils/include/glutils/glutils.hpp +++ b/deps/nostalgia/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;