cosmetic: Do not indent header includes inside extern C block

Change-Id: I3091d917a13e45b3aef8e52a53dcafa308581652
This commit is contained in:
Pau Espin 2020-03-26 15:06:11 +01:00
parent 007056e4ad
commit 980ef1e38b
2 changed files with 11 additions and 11 deletions

View File

@ -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>

View File

@ -43,9 +43,9 @@ extern "C" {
#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>