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>
This commit is contained in:
parent
696aefe0c9
commit
e0fd0169ad
20 changed files with 21 additions and 21 deletions
|
@ -74,4 +74,4 @@ protected:
|
|||
}
|
||||
};
|
||||
|
||||
TEST_REGISTER(Format);
|
||||
TEST_REGISTER(Format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue