Add Clang Formatting
Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#include "debug.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#include "chunk.h"
|
||||
#include "value.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void disassembleChunk(Chunk *chunk, const char *name) {
|
||||
printf("== %s ==\n", name);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "memory.h"
|
||||
#include "value.h"
|
||||
#include "memory.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void initValueArray(ValueArray *array) {
|
||||
array->values = NULL;
|
||||
|
||||
Reference in New Issue
Block a user