mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-26 01:55:51 +03:00
libcamera: Remove unneeded semicolons
Comply with the coding style by removing lots of unneeded semicolons. Fix a few other coding style violations on the lines touched by those fixes. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
53eab99680
commit
d312d0ba10
18 changed files with 23 additions and 21 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
namespace libcamera {
|
||||
class EventDispatcher;
|
||||
};
|
||||
}
|
||||
|
||||
class EventLoop
|
||||
{
|
||||
|
|
|
@ -490,7 +490,7 @@ void OptionsParser::usage()
|
|||
else
|
||||
argument += " ";
|
||||
argument += std::string("--") + option.name;
|
||||
};
|
||||
}
|
||||
|
||||
if (option.argument != ArgumentNone) {
|
||||
if (option.argument == ArgumentOptional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue