From 60e19738ac42e01e50116d0b35ba010fef7904f2 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 4 Feb 2012 10:41:30 +0100 Subject: [PATCH] Project-wide consistent naming for #include guards. Document the naming scheme in HACKING. --- sigrok-cli.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sigrok-cli.h b/sigrok-cli.h index 0ba8cfe..95d4a34 100644 --- a/sigrok-cli.h +++ b/sigrok-cli.h @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#ifndef SIGROK_SIGROK_CLI_H -#define SIGROK_SIGROK_CLI_H +#ifndef SIGROK_CLI_SIGROK_CLI_H +#define SIGROK_CLI_SIGROK_CLI_H /* sigrok-cli.c */ int num_real_devices(void); -- 2.30.2