mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-04-04 04:10:24 +03:00
style: apply clang-format and enforce left pointer alignment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user