summaryrefslogtreecommitdiff
path: root/test/camera/statemachine.cpp
diff options
context:
space:
mode:
authorHirokazu Honda <hiroh@chromium.org>2020-10-20 18:14:58 +0900
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-10-20 13:15:43 +0300
commite0fd0169adf928d288f2805754c088874daa1b50 (patch)
treea9943e3b121bdf21f527758e87682377c320d67e /test/camera/statemachine.cpp
parent696aefe0c9ac0e07541a7dbd9334cb282743d29a (diff)
test: Omit extra semicolons
TEST_REGISTER macro is main function. The end semicolon with the macro is unnecessary. 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>
Diffstat (limited to 'test/camera/statemachine.cpp')
-rw-r--r--test/camera/statemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/camera/statemachine.cpp b/test/camera/statemachine.cpp
index e63ab298..f0c3d776 100644
--- a/test/camera/statemachine.cpp
+++ b/test/camera/statemachine.cpp
@@ -211,4 +211,4 @@ protected:
} /* namespace */
-TEST_REGISTER(Statemachine);
+TEST_REGISTER(Statemachine)