feat: reformatted code
This commit is contained in:
@@ -14,6 +14,6 @@ void free_buffer(void *buffer);
|
||||
|
||||
void ring_buffer_put(void *buffer, void *item);
|
||||
|
||||
bool ring_buffer_get(void *buffer, void* target);
|
||||
bool ring_buffer_get(void *buffer, void *target);
|
||||
|
||||
#endif //NEW_KERNEL_RINGQUEUE_H
|
||||
|
||||
Reference in New Issue
Block a user