Set the EOL-style to native for most files using svn propset command. Some files also had inconsistent line endings. Seems that subversion doesn't set the eol-style automatically when files are created unless it is configured for autoprops. The autoprops setting is local to the subversion installation and not the project.

This commit is contained in:
skarg
2007-06-18 16:22:24 +00:00
parent a2a4220723
commit a18d338f00
41 changed files with 6673 additions and 6670 deletions
+1
View File
@@ -50,3 +50,4 @@ extern "C" {
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* */ #endif /* */
+2
View File
@@ -159,6 +159,7 @@ int Life_Safety_Point_Encode_Property_APDU(uint8_t * apdu,
unsigned object_index = 0; unsigned object_index = 0;
bool state = false; bool state = false;
BACNET_RELIABILITY reliability = RELIABILITY_NO_FAULT_DETECTED; BACNET_RELIABILITY reliability = RELIABILITY_NO_FAULT_DETECTED;
(void) array_index; /* currently not used */ (void) array_index; /* currently not used */
Life_Safety_Point_Init(); Life_Safety_Point_Init();
switch (property) { switch (property) {
@@ -354,3 +355,4 @@ int main(void)
} }
#endif /* TEST_LIFE_SAFETY_POINT */ #endif /* TEST_LIFE_SAFETY_POINT */
#endif /* TEST */ #endif /* TEST */