pleriche / FastMM5

FastMM is a fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
283 stars 73 forks source link

Inconsistent line ending style #14

Open jBitHub opened 4 years ago

jBitHub commented 4 years ago

\FastMM5\FullDebugMode DLL\FastMM_FullDebugMode.dpr has inconsistent newlines Inconsistent line ending style I would like to clean that up. Unfortunately I am not allowed to check anything in.

pleriche commented 3 years ago

Please make a pull request and I'll merge it. Thanks!

jBitHub commented 3 years ago

pull request? Surely you mean push requst? The push request is rejected. I have no rights: "Permission to pleriche/FastMM5.git denied to jBitHub."

jBitHub commented 3 years ago

What is it now? No reaction? I cannot check in the code. The push request is rejected.

pleriche commented 3 years ago

If you fork the code you can make changes in your own clone, and then issue a pull request for me to merge your changes into the main repository. In your own clone the option should be on the menu bar just below the repository name.

In any event, I've gone ahead and fixed the line breaks. I think I got all of them. Thanks for reporting the issue, and apologies for the delay - it's been an unusually busy week.

jBitHub commented 3 years ago

Thank you for the feedback.The line breaks are all correct now. Notepad++ can do this task automatically: 1st Edit > EOL Conversion > Unix (LF) 2nd Edit > EOL Conversion > Windows (CR LF) The first step is unfortunately necessary.