From e9b5d92c8301d71f3a368f5c33906eb9faffc8fb Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 15 Jan 2026 23:08:15 +0100 Subject: chore: cleanup doc comments --- ls_test.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ls_test.h b/ls_test.h index 82a0931..f9f4fe9 100644 --- a/ls_test.h +++ b/ls_test.h @@ -1,5 +1,3 @@ -#pragma once - /* Lion's Standard (LS) test harness. * * Version: 1.0 @@ -75,6 +73,7 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ +#pragma once #include -- cgit