diff --git a/servo.h b/servo.h index 5310f28..c63aa86 100644 --- a/servo.h +++ b/servo.h @@ -20,7 +20,8 @@ #ifndef HAVE_SERVO_H #define HAVE_SERVO_H -struct servo; /** Opaque type */ +/** Opaque type */ +struct servo; /** * Defines the caller visible states of a clock servo.