diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-10-09 01:47:07 -0500 |
commit | 592bd15c7aa893e55ed984c1295a47742b02bbd1 (patch) | |
tree | da5b31324b1fc50cdf7e144b044becd50a8535de /include/godot_cpp/templates/thread_work_pool.hpp | |
parent | bcfa3bf32065af70fc637d74d4fc438b36add7d6 (diff) | |
download | redot-cpp-592bd15c7aa893e55ed984c1295a47742b02bbd1.tar.gz |
Run scripts to format and make headers consistent
Diffstat (limited to 'include/godot_cpp/templates/thread_work_pool.hpp')
-rw-r--r-- | include/godot_cpp/templates/thread_work_pool.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/godot_cpp/templates/thread_work_pool.hpp b/include/godot_cpp/templates/thread_work_pool.hpp index aaac028..e1f7d1a 100644 --- a/include/godot_cpp/templates/thread_work_pool.hpp +++ b/include/godot_cpp/templates/thread_work_pool.hpp @@ -28,8 +28,8 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ -#ifndef THREAD_WORK_POOL_HPP -#define THREAD_WORK_POOL_HPP +#ifndef GODOT_THREAD_WORK_POOL_HPP +#define GODOT_THREAD_WORK_POOL_HPP #include <godot_cpp/classes/os.hpp> #include <godot_cpp/classes/semaphore.hpp> @@ -202,4 +202,4 @@ public: } // namespace godot -#endif // ! THREAD_WORK_POOL_HPP +#endif // GODOT_THREAD_WORK_POOL_HPP |