feat: reformatted code base to be more standard
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
// Created by rick on 28-01-21.
|
||||
//
|
||||
|
||||
#include <util/stream.h>
|
||||
#include <libc/string.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
#include <attributes.h>
|
||||
#include <tasks/task.h>
|
||||
#include <libc/libc.h>
|
||||
#include <libk/kprint.h>
|
||||
|
||||
#include <myke/util/stream.h>
|
||||
#include <myke/attributes.h>
|
||||
#include <myke/tasks/task.h>
|
||||
#include <myke/libk/kprint.h>
|
||||
|
||||
#define MAX_HANDLERS 8
|
||||
#define STREAM_SIZE (32*1024)
|
||||
|
||||
Reference in New Issue
Block a user