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:
@@ -23,8 +23,8 @@ struct IPAModuleInfo {
|
||||
|
||||
extern "C" {
|
||||
extern const struct IPAModuleInfo ipaModuleInfo;
|
||||
};
|
||||
}
|
||||
|
||||
}; /* namespace libcamera */
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_IPA_MODULE_INFO_H__ */
|
||||
|
||||
@@ -17,6 +17,6 @@ enum IPAOperationCode {
|
||||
IPAOperationInit,
|
||||
};
|
||||
|
||||
}; /* namespace libcamera */
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_IPA_VIMC_H__ */
|
||||
|
||||
@@ -142,6 +142,6 @@ private:
|
||||
void (*func_)(Args...);
|
||||
};
|
||||
|
||||
}; /* namespace libcamera */
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_BOUND_METHOD_H__ */
|
||||
|
||||
@@ -67,6 +67,6 @@ private:
|
||||
unsigned int pendingMessages_;
|
||||
};
|
||||
|
||||
}; /* namespace libcamera */
|
||||
} /* namespace libcamera */
|
||||
|
||||
#endif /* __LIBCAMERA_OBJECT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user