indent headers consistently.
This commit is contained in:
parent
cb4422625a
commit
96fdd214c8
2 changed files with 9 additions and 5 deletions
|
@ -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. */
|
||||||
|
|
|
@ -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. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue