Fixed indent script, and indented files.
This commit is contained in:
@@ -133,7 +133,7 @@ extern "C" {
|
||||
int rpm_decode_object_id(
|
||||
uint8_t * apdu,
|
||||
unsigned apdu_len,
|
||||
BACNET_RPM_DATA *rpmdata);
|
||||
BACNET_RPM_DATA * rpmdata);
|
||||
|
||||
/* is this the end of this object property list? */
|
||||
int rpm_decode_object_end(
|
||||
@@ -144,7 +144,7 @@ extern "C" {
|
||||
int rpm_decode_object_property(
|
||||
uint8_t * apdu,
|
||||
unsigned apdu_len,
|
||||
BACNET_RPM_DATA *rpmdata);
|
||||
BACNET_RPM_DATA * rpmdata);
|
||||
|
||||
/* RPM Ack - reply from server */
|
||||
int rpm_ack_encode_apdu_init(
|
||||
@@ -153,7 +153,7 @@ extern "C" {
|
||||
|
||||
int rpm_ack_encode_apdu_object_begin(
|
||||
uint8_t * apdu,
|
||||
BACNET_RPM_DATA *rpmdata);
|
||||
BACNET_RPM_DATA * rpmdata);
|
||||
|
||||
int rpm_ack_encode_apdu_object_property(
|
||||
uint8_t * apdu,
|
||||
|
||||
Reference in New Issue
Block a user