Skip to content

Commit ff56667

Browse files
committed
Please consider the following formatting changes
1 parent 0bcb498 commit ff56667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void on_transition_requested_expired(uv_timer_t* handle)
141141
O2_SIGNPOST_EVENT_EMIT_ERROR(calibration, cid, "callback", "DPL exit transition grace period for source expired. Exiting.");
142142
} else {
143143
O2_SIGNPOST_EVENT_EMIT_ERROR(calibration, cid, "callback", "DPL exit transition grace period for %{public}s expired. Exiting.",
144-
state.allowedProcessing == DeviceState::CalibrationOnly ? "calibration" : "data & calibration");
144+
state.allowedProcessing == DeviceState::CalibrationOnly ? "calibration" : "data & calibration");
145145
}
146146
state.transitionHandling = TransitionHandlingState::Expired;
147147
}

0 commit comments

Comments
 (0)