Fixed up file indent, comments, and eol-type.
This commit is contained in:
@@ -438,7 +438,7 @@ int Device_Encode_Property_APDU(
|
||||
case PROP_UTC_OFFSET:
|
||||
/* Note: BACnet Time Zone is offset of local time and UTC,
|
||||
rather than offset of GMT. It is expressed in minutes */
|
||||
apdu_len = encode_application_signed(&apdu[0], 5*60 /* EST */ );
|
||||
apdu_len = encode_application_signed(&apdu[0], 5 * 60 /* EST */ );
|
||||
break;
|
||||
case PROP_LOCAL_DATE:
|
||||
/* FIXME: if you support date */
|
||||
|
||||
Reference in New Issue
Block a user