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:
@@ -354,7 +354,7 @@ bool datetime_wildcard(BACNET_DATE_TIME * bdatetime)
|
||||
|
||||
return wildcard_present;
|
||||
}
|
||||
|
||||
|
||||
void datetime_date_wildcard_set(BACNET_DATE * bdate)
|
||||
{
|
||||
if (bdate) {
|
||||
@@ -364,7 +364,7 @@ void datetime_date_wildcard_set(BACNET_DATE * bdate)
|
||||
bdate->wday = 0xFF;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void datetime_time_wildcard_set(BACNET_TIME * btime)
|
||||
{
|
||||
if (btime) {
|
||||
|
||||
Reference in New Issue
Block a user