make pretty using clang-format 10
This commit is contained in:
@@ -89,10 +89,8 @@ void Schedule_Init(void)
|
||||
psched->Present_Value = &psched->Schedule_Default;
|
||||
psched->Schedule_Default.context_specific = false;
|
||||
psched->Schedule_Default.tag = BACNET_APPLICATION_TAG_REAL;
|
||||
psched->Schedule_Default.type.Real =
|
||||
21.0; /* 21 C, room temperature */
|
||||
psched->obj_prop_ref_cnt =
|
||||
0; /* no references, add as needed */
|
||||
psched->Schedule_Default.type.Real = 21.0; /* 21 C, room temperature */
|
||||
psched->obj_prop_ref_cnt = 0; /* no references, add as needed */
|
||||
psched->Priority_For_Writing = 16; /* lowest priority */
|
||||
psched->Out_Of_Service = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user