This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Max gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/6065
cosmetic: fix whitespace issue with include files
Change-Id: I401fe88f5bd1665becd6fe6d4204b3877d548ccc
---
M src/pcu_vty_functions.cpp
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/65/6065/1
diff --git a/src/pcu_vty_functions.cpp b/src/pcu_vty_functions.cpp
index 001164c..eb15aa6 100644
--- a/src/pcu_vty_functions.cpp
+++ b/src/pcu_vty_functions.cpp
@@ -29,9 +29,9 @@
#include "cxx_linuxlist.h"
extern "C" {
-# include <osmocom/vty/command.h>
-# include <osmocom/vty/logging.h>
-# include <osmocom/vty/misc.h>
+#include <osmocom/vty/command.h>
+#include <osmocom/vty/logging.h>
+#include <osmocom/vty/misc.h>
}
int pcu_vty_config_write_pcu_ext(struct vty *vty)
--
To view, visit https://gerrit.osmocom.org/6065
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I401fe88f5bd1665becd6fe6d4204b3877d548ccc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>