1
0
mirror of https://github.com/co-dan/ocaml-wiringpi/ synced 2025-11-03 06:03:51 +01:00

Reindent in a style similar to the one used by the OCaml compiler

indent -kr -i2
This commit is contained in:
Marek Kubica
2014-07-06 23:36:08 +02:00
parent 182bdb8393
commit 1be98ccdac

View File

@@ -9,7 +9,8 @@
#include <wiringPi.h>
#include <wiringShift.h>
value caml_hello(value unit) {
value caml_hello(value unit)
{
CAMLparam1(unit);
printf("Hello world!\n");
CAMLreturn(Val_unit);