From 000ef2dc58416cd09dc177ab863a2d6f1ab9ba28 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 28 Jan 2021 22:47:25 -0800 Subject: Converted block comments to line comments --- utils.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 82018b3..65e7aaa 100644 --- a/utils.h +++ b/utils.h @@ -1,10 +1,10 @@ -/* - * utils.h - * Copyright 2020 Bruce Hill - * Released under the MIT license - * - * This file contains some definitions of some utility macros. - */ +// +// utils.h +// Copyright 2020 Bruce Hill +// Released under the MIT license +// +// This file contains some definitions of some utility macros. +// #ifndef FILE_UTILS__H #define FILE_UTILS__H -- cgit v1.2.3