diff options
author | Rebecca Turner <rbt@sent.as> | 2024-03-27 10:16:16 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-03-29 22:57:40 -0700 |
commit | 2a98ba8b97c9ff52519633c32cf63716827d6e7c (patch) | |
tree | 7b64c40ad064183cc7bc7afc662890ea567f2136 /boehmgc-traceable_allocator-public.diff | |
parent | a4f5bb951dbc6fa4ffa2bb56376b38f38b6e9154 (diff) |
Add `pre-commit` checks
The big ones here are `trim-trailing-whitespace` and `end-of-file-fixer`
(which makes sure that every file ends with exactly one newline
character).
Change-Id: Idca73b640883188f068f9903e013cf0d82aa1123
Diffstat (limited to 'boehmgc-traceable_allocator-public.diff')
-rw-r--r-- | boehmgc-traceable_allocator-public.diff | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehmgc-traceable_allocator-public.diff b/boehmgc-traceable_allocator-public.diff index 903c707a6..a0c51ef4d 100644 --- a/boehmgc-traceable_allocator-public.diff +++ b/boehmgc-traceable_allocator-public.diff @@ -3,7 +3,7 @@ index 597c7f13..587286be 100644 --- a/include/gc_allocator.h +++ b/include/gc_allocator.h @@ -312,6 +312,7 @@ public: - + template<> class traceable_allocator<void> { +public: |