mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
[CI] Format code according to conventions (#25827)
Format code according to conventions
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@
|
||||
* @brief Computes the rounded up result of a division of two integers at
|
||||
* compile time.
|
||||
*/
|
||||
# define CEILING(dividend, divisor) (((dividend) + (divisor)-1) / (divisor))
|
||||
# define CEILING(dividend, divisor) (((dividend) + (divisor) - 1) / (divisor))
|
||||
#endif
|
||||
|
||||
#if !defined(IS_ARRAY)
|
||||
|
||||
Reference in New Issue
Block a user