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
1 changed files with 40 additions and 39 deletions

View File

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