Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-11-03 17:37:36 +0300
commita9f4a9494d104e552d3ffa9e4abcef94313a183f (patch)
tree3dc682006c3e3703be8b5aaaf7a2bb5ebe64d6e9
parent4bdd45d771bacaee692bceaa52e21e7a28da3814 (diff)
Code cleaning
-rw-r--r--st_plugin_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/st_plugin_config.h b/st_plugin_config.h
index 0afa35d..6b8272a 100644
--- a/st_plugin_config.h
+++ b/st_plugin_config.h
@@ -37,10 +37,10 @@
#pragma once
#ifndef __PLUGIN_CONFIG_H
- #define __PLUGIN_CONFIG_H
+#define __PLUGIN_CONFIG_H
- #define PLUGIN_NAME "ST"
- #define PLUGIN_DESCRIPTION N_("Remmina Simple Terminal")
- #define PLUGIN_VERSION "1.0.0.0"
- #define PLUGIN_APPICON "remmina-tool-symbolic"
+#define PLUGIN_NAME "ST"
+#define PLUGIN_DESCRIPTION N_("Remmina Simple Terminal")
+#define PLUGIN_VERSION "1.0.0.0"
+#define PLUGIN_APPICON "remmina-tool-symbolic"
#endif