aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-28 22:47:25 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-28 22:47:25 -0800
commit000ef2dc58416cd09dc177ab863a2d6f1ab9ba28 (patch)
tree2e5a6131f957ba85a6acb2f15f1614e9895f0927 /utils.h
parent8842891a7cad0c4d666eda994f291f8bd5b988c8 (diff)
Converted block comments to line comments
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h14
1 files changed, 7 insertions, 7 deletions
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