Skip to content
Snippets Groups Projects
Commit a984c297 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent db475128
No related branches found
No related tags found
1 merge request!2051Provide IDetector::addBinMask to resolve #724.
Pipeline #115857 passed
......@@ -235,7 +235,7 @@ void IDetector::addMask(const IShape2D& shape, bool mask_value)
void IDetector::addBinMask(const IShape2D& shape, bool mask_value)
{
m_mask->maskToStack(shape, mask_value, true);
m_mask->maskToStack(shape, mask_value, true);
}
void IDetector::maskAll()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment