Re-format with clang-format 16
[babeltrace.git] / src / common / list.h
index 193bf2d7063c3955daed255a8c61abc80465d316..1b9be5cc21169a27bb69630377bac2bb95b3d657 100644 (file)
@@ -1,13 +1,13 @@
 /*
+ * SPDX-FileCopyrightText: 2002 Free Software Foundation, Inc.
  * SPDX-License-Identifier: LGPL-2.1-only
  *
- * Copyright (C) 2002 Free Software Foundation, Inc.
  * This file is part of the GNU C Library.
  * Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
  */
 
-#ifndef _BT_LIST_H
-#define _BT_LIST_H     1
+#ifndef BABELTRACE_COMMON_LIST_H
+#define BABELTRACE_COMMON_LIST_H
 
 /* The definitions of this file are adopted from those which can be
    found in the Linux kernel headers to enable people familiar with
@@ -163,4 +163,4 @@ static inline void bt_list_replace_init(struct bt_list_head *old,
 }
 #endif
 
-#endif /* _BT_LIST_H */
+#endif /* BABELTRACE_COMMON_LIST_H */
This page took 0.023031 seconds and 4 git commands to generate.