Skip to content

Commit 426df41

Browse files
carlo-galcodebot
authored andcommitted
sched: fix code format
Signed-off-by: Carlo Galiotto <[email protected]>
1 parent a928fdd commit 426df41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/srsran/scheduler/scheduler_slot_handler.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ struct pucch_info {
486486
struct context {
487487
/// Identifier of the PUCCH PDU within the list of PUCCH PDUs for a given slot. The ID is only meaningful for a
488488
/// given UE; i.e., different UEs can reuse the same ID, but a UE cannot reuse the same ID for different PDUs.
489-
unsigned id = MAX_PUCCH_PDUS_PER_SLOT;
489+
unsigned id = MAX_PUCCH_PDUS_PER_SLOT;
490490
/// Determines whether the PUCCH PDU uses common resources.
491-
bool is_common = false;
491+
bool is_common = false;
492492
};
493493

494494
rnti_t crnti;

0 commit comments

Comments
 (0)