usb_c: run clang-format

Run clang-format

Signed-off-by: Sam Hurst <sbh1187@gmail.com>
This commit is contained in:
Sam Hurst 2022-12-23 06:51:16 -08:00 committed by Carles Cufí
commit 914fed36d5
12 changed files with 152 additions and 237 deletions

View file

@ -50,8 +50,7 @@ void pe_suspend(const struct device *dev);
* @param dev Pointer to the device structure for the driver instance
* @param dpm_request Device Policy Manager request
*/
void pe_run(const struct device *dev,
const int32_t dpm_request);
void pe_run(const struct device *dev, const int32_t dpm_request);
/**
* @brief Query if the Policy Engine is running
@ -77,8 +76,7 @@ void pe_message_sent(const struct device *dev);
* @param e policy error
* @param type port partner address where error was generated
*/
void pe_report_error(const struct device *dev,
const enum pe_error e,
void pe_report_error(const struct device *dev, const enum pe_error e,
const enum pd_packet_type type);
/**