mirror of
https://github.com/co-dan/ocaml-wiringpi/
synced 2025-12-13 04:43:52 +01:00
Reindent in a style similar to the one used by the OCaml compiler
indent -kr -i2
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user