ipa: Omit extra semicolon
There is the unnecessary semicolon after ipaCreate() in raspberrypi.cpp. This removes it. Signed-off-by: Hirokazu Honda <hiroh@chromium.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
committed by
Laurent Pinchart
parent
e04bd18589
commit
766eae4532
@@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate()
|
||||
return new IPAInterfaceWrapper(std::make_unique<IPARPi>());
|
||||
}
|
||||
|
||||
}; /* extern "C" */
|
||||
} /* extern "C" */
|
||||
|
||||
} /* namespace libcamera */
|
||||
|
||||
Reference in New Issue
Block a user