Run tools/format.sh

This commit is contained in:
Ryan Dahl 2018-07-06 15:00:45 -04:00
parent fe404dfce9
commit d9cb093989
7 changed files with 10 additions and 9 deletions

View file

@ -2,6 +2,7 @@
// All rights reserved. MIT License.
#ifndef DENO_H_
#define DENO_H_
#include <stddef.h>
// Neither Rust nor Go support calling directly into C++ functions, therefore
// the public interface to libdeno is done in C.
#ifdef __cplusplus