Skip to content

Commit 5a5edd0

Browse files
committed
Please consider the following formatting changes
1 parent 52c52fb commit 5a5edd0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DataFormats/Headers/include/Headers/DataHeader.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,9 @@ struct BaseHeader {
372372
union {
373373
uint32_t flags;
374374
struct {
375-
uint32_t flagsNextHeader : 1, // do we have a next header after this one?
376-
flagsReserved : 15, // reserved for future use
377-
flagsDerivedHeader : 16; // reserved for usage by the derived header
375+
uint32_t flagsNextHeader : 1, // do we have a next header after this one?
376+
flagsReserved : 15, // reserved for future use
377+
flagsDerivedHeader : 16; // reserved for usage by the derived header
378378
};
379379
};
380380

Framework/Core/include/Framework/DeviceContext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ struct DeviceContext {
3333
int expectedRegionCallbacks = 0;
3434
// The timeout for the data processing to stop on this device.
3535
// After this is reached, incoming data not marked to be kept will
36-
// be dropped and the data processing will be stopped. However the
36+
// be dropped and the data processing will be stopped. However the
3737
// calibrations will still be done and objects resulting from calibrations
3838
// will be marked to be kept.
3939
int dataProcessingTimeout = 0;
4040
// The timeout for the whole processing to stop on this device.
41-
// This includes the grace period for processing and the time
41+
// This includes the grace period for processing and the time
4242
// for the calibrations to be done.
4343
int exitTransitionTimeout = 0;
4444
};

0 commit comments

Comments
 (0)