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:
Hirokazu Honda 2020-10-20 18:15:04 +09:00 committed by Laurent Pinchart
parent e04bd18589
commit 766eae4532

View file

@ -1150,6 +1150,6 @@ struct ipa_context *ipaCreate()
return new IPAInterfaceWrapper(std::make_unique<IPARPi>());
}
}; /* extern "C" */
} /* extern "C" */
} /* namespace libcamera */