Changes between Version 1 and Version 2 of Ticket #3819


Ignore:
Timestamp:
Apr 7, 2011, 7:41:50 AM (13 years ago)
Author:
dmorissette
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3819 – Description

    v1 v2  
    552- The files use TABs, and from a quick check it would seem that they are intended to be 4 chars tabs. The convention in MapServer source is that all tabs should be converted to the right amount of spaces so that indent is right in any editor, no matter what the tab size setting is in the editor. (Most editors have a setting to automatically convert tabs to spaces to help avoiding this problem in the future)
    66
    7 3- The files mapoglrenderer.cpp/.h contain tray CR's ({{{^M}}}'s), presumably because they were created on Windows with DOS CR/LF, and then copied to a Linux box and committed to SVN from the Linux box. It is not mandatory, but would be cleaner, to run dos2unix on them and commit new versions without the CR/LF
     73- The files mapoglrenderer.cpp/.h contain stray CR's ({{{^M}}}'s), presumably because they were created on Windows with DOS CR/LF, and then copied to a Linux box and committed to SVN from the Linux box. It is not mandatory, but would be cleaner, to run dos2unix on them and commit new versions without the CR/LF