From b27b71608b3ba4715d629c597efd17c124a8cc22 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 12 Jan 2021 21:04:43 -0800 Subject: Standardizing to line-comments instead of block comments --- utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 8fcb345..aa2fba1 100644 --- a/utils.h +++ b/utils.h @@ -1,6 +1,6 @@ -/* - * utils.h - Some utility and printing functions. - */ +// +// utils.h - Some utility and printing functions. +// #ifndef UTILS__H #define UTILS__H -- cgit v1.2.3