Change in osmo-pcu[master]: cosmetic: Do not indent header includes inside extern C block

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/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Mar 26 20:06:30 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/17622 )

Change subject: cosmetic: Do not indent header includes inside extern C block
......................................................................

cosmetic: Do not indent header includes inside extern C block

Change-Id: I3091d917a13e45b3aef8e52a53dcafa308581652
---
M src/pdch.cpp
M src/tbf.cpp
2 files changed, 11 insertions(+), 11 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/pdch.cpp b/src/pdch.cpp
index 8560cb4..1505068 100644
--- a/src/pdch.cpp
+++ b/src/pdch.cpp
@@ -37,14 +37,14 @@
 #include <gsm_rlcmac.h>
 
 extern "C" {
-	#include <osmocom/core/talloc.h>
-	#include <osmocom/core/msgb.h>
-	#include <osmocom/gsm/protocol/gsm_04_08.h>
-	#include <osmocom/core/bitvec.h>
-	#include <osmocom/core/gsmtap.h>
-	#include <osmocom/core/logging.h>
-	#include <osmocom/core/utils.h>
-	#include "coding_scheme.h"
+#include <osmocom/core/talloc.h>
+#include <osmocom/core/msgb.h>
+#include <osmocom/gsm/protocol/gsm_04_08.h>
+#include <osmocom/core/bitvec.h>
+#include <osmocom/core/gsmtap.h>
+#include <osmocom/core/logging.h>
+#include <osmocom/core/utils.h>
+#include "coding_scheme.h"
 }
 
 #include <errno.h>
diff --git a/src/tbf.cpp b/src/tbf.cpp
index 5e222ae..444cec0 100644
--- a/src/tbf.cpp
+++ b/src/tbf.cpp
@@ -43,9 +43,9 @@
 #include <osmocom/core/stats.h>
 #include <osmocom/core/logging.h>
 #include <osmocom/core/timer_compat.h>
-	#include <osmocom/core/bitvec.h>
-	#include <osmocom/core/rate_ctr.h>
-	#include <osmocom/gsm/protocol/gsm_04_08.h>
+#include <osmocom/core/bitvec.h>
+#include <osmocom/core/rate_ctr.h>
+#include <osmocom/gsm/protocol/gsm_04_08.h>
 }
 
 #include <errno.h>

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/17622
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I3091d917a13e45b3aef8e52a53dcafa308581652
Gerrit-Change-Number: 17622
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200326/7f72777c/attachment.htm>


More information about the gerrit-log mailing list