From 34c561894bfedab242876fea249ab8596a61e8a4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 20 Jun 2020 14:56:13 +0200 Subject: Avoid using single-line cpp comments --- libmate-panel-applet/panel-plug-private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmate-panel-applet/panel-plug-private.h') diff --git a/libmate-panel-applet/panel-plug-private.h b/libmate-panel-applet/panel-plug-private.h index 82e0ac05..5d5f1265 100644 --- a/libmate-panel-applet/panel-plug-private.h +++ b/libmate-panel-applet/panel-plug-private.h @@ -15,12 +15,12 @@ * along with this program. If not, see . */ -// File should only be used on X11 +/* File should only be used on X11 */ #ifndef PANEL_PLUG_PRIVATE_H #define PANEL_PLUG_PRIVATE_H -#ifdef PACKAGE_NAME // only check HAVE_X11 if config.h has been included +#ifdef PACKAGE_NAME /* only check HAVE_X11 if config.h has been included */ #ifndef HAVE_X11 #error file should only be included when HAVE_X11 is enabled #endif -- cgit v1.2.1