style: apply clang-format and enforce left pointer alignment

This commit is contained in:
Sebastien L
2026-02-12 04:48:38 +00:00
parent df225c120c
commit bf2fff44b8
148 changed files with 11508 additions and 12904 deletions

View File

@@ -29,7 +29,6 @@
extern "C" {
#endif
/**
* @brief Type definition for a callback function used in HTTP download.
*
@@ -75,7 +74,6 @@ void url_decode(char* url);
*/
bool out_http_binding(pb_ostream_t* stream, const uint8_t* buf, size_t count);
/**
* @brief Callback function for input streaming with HTTP binding.
*
@@ -93,8 +91,6 @@ bool out_http_binding(pb_ostream_t* stream, const uint8_t* buf, size_t count);
*/
bool in_http_binding(pb_istream_t* stream, pb_byte_t* buf, size_t count);
#ifdef __cplusplus
}
#endif