From bdea136855bf7d7cb42cc90c6fbe0c1b4719859d Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 13 Jan 2020 13:28:26 +0100 Subject: Unify header style, header guard comes first Found by LGTM.com code analysis --- libarchive/archive_rb.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libarchive/archive_rb.h') diff --git a/libarchive/archive_rb.h b/libarchive/archive_rb.h index 4562e9eb..c6d11468 100644 --- a/libarchive/archive_rb.h +++ b/libarchive/archive_rb.h @@ -28,8 +28,9 @@ * * Based on NetBSD: rb.h,v 1.13 2009/08/16 10:57:01 yamt Exp */ -#ifndef ARCHIVE_RB_H_ -#define ARCHIVE_RB_H_ + +#ifndef ARCHIVE_RB_H_INCLUDED +#define ARCHIVE_RB_H_INCLUDED struct archive_rb_node { struct archive_rb_node *rb_nodes[2]; -- cgit v1.2.1