indent headers consistently.

This commit is contained in:
Julia Longtin 2024-04-03 19:01:18 +00:00
parent cb4422625a
commit 96fdd214c8
2 changed files with 9 additions and 5 deletions

View file

@ -1,9 +1,11 @@
// Formatted with: indent -npcs -nlp -i4 -l300
#pragma once #pragma once
#include "ggml.h" #include "ggml.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C"
{
#endif #endif
/* A forward declaration, to keep GCC happy. */ /* A forward declaration, to keep GCC happy. */

View file

@ -1,9 +1,11 @@
// Formatted with: indent -npcs -nlp -i4 -l300
#pragma once #pragma once
#include "ggml.h" #include "ggml.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C"
{
#endif #endif
/* A forward declaration, to keep GCC happy. */ /* A forward declaration, to keep GCC happy. */