Skip to content

Commit

Permalink
fixing indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisFSegalla committed Nov 27, 2024
1 parent 0b6fd82 commit e1d450c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cpp/data/frameProcessor/src/XspressProcessPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,11 @@ void XspressProcessPlugin::configure(OdinData::IpcMessage& config, OdinData::Ipc
LOG4CXX_INFO(logger_, "Number of frames per block set to " << this->frames_per_block_);
}

if(config.has_param(XspressProcessPlugin::CONFIG_OFFSET))
{
this->offset = config.get_param<uint32_t>(XspressProcessPlugin::CONFIG_OFFSET);
LOG4CXX_INFO(logger_,"configured offset: " << offset);
}
if(config.has_param(XspressProcessPlugin::CONFIG_OFFSET))
{
this->offset = config.get_param<uint32_t>(XspressProcessPlugin::CONFIG_OFFSET);
LOG4CXX_INFO(logger_,"configured offset: " << offset);
}

// Check for the live view plugin name
if (config.has_param(XspressProcessPlugin::CONFIG_LIVE_VIEW_NAME)) {
Expand Down

0 comments on commit e1d450c

Please sign in to comment.