File tree Expand file tree Collapse file tree
Framework/Core/include/Framework Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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};
You can’t perform that action at this time.
0 commit comments