camaraproject / EdgeCloud

Repository to describe, develop, document and test the EdgeCloud API family
Apache License 2.0
13 stars 44 forks source link

TI API Rel 0.9.4: CR in LF format #240

Closed FabrizioMoggio closed 1 month ago

FabrizioMoggio commented 1 month ago

Carriage Return in LF format.

What type of PR is this?

Add one of the following kinds:

What this PR does / why we need it:

CR should be in LF format while in Rel 0.9.3 it was in Windows format. I decided not to include this update in rel 0.9.3 otherwise every code line is effected and the modification were not visible anymore.

FabrizioMoggio commented 1 month ago

You can not see any difference because there are no differences in this 0.9.4 :-). Rel 0.9.3 was already actually using Carriage Return LF format. I just discovered that if you copy a file from GitHub using the "Copy RAW file" button, the Carriage Return is implemented in Windows format even if the original file has the Carriage Return in LF format. This confused me because I couldn't understand why the file was in Windows format. So I made the patch. So I can close this PR.

Screenshot 2024-05-16 115457

FabrizioMoggio commented 1 month ago

About the Image, on the left you can see Carriage Return as LF (Linux) and on the right they are implemented as CR.LF (Windows)