aboutsummaryrefslogtreecommitdiffstats
path: root/include/alloc_header.h
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 17:57:53 -0500
committerDouglas B. Rumbaugh <doug@douglasrumbaugh.com>2025-11-02 17:57:53 -0500
commitf88198cb987ab006f3406698fec410ff1de05534 (patch)
tree336c7a1ca34615fda653e94a6526763214a4e552 /include/alloc_header.h
parent33be32d518e17c8f8971fa7c1fe09adcccd82a67 (diff)
downloadliballoc-f88198cb987ab006f3406698fec410ff1de05534.tar.gz
Ran clangtidy
Diffstat (limited to 'include/alloc_header.h')
-rw-r--r--include/alloc_header.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/alloc_header.h b/include/alloc_header.h
index bf4716c..381f41b 100644
--- a/include/alloc_header.h
+++ b/include/alloc_header.h
@@ -5,15 +5,15 @@
* CISC 301 -- Operating Systems, Project 3
*
* Copyright (C) 2025 Douglas B. Rumbaugh <dbrumbaugh@harrisburgu.edu>
- *
+ *
* Distributed under the Modified BSD License
*
*/
#ifndef H_LIBALLOC_HEADER
#define H_LIBALLOC_HEADER
-#include <stdlib.h>
#include <assert.h>
+#include <stdlib.h>
#include "constants.h"