Opened 12 years ago

Closed 11 years ago

#723 closed enhancement (fixed)

Inconsistency in line endings

Reported by: hao Owned by: ksuehring
Priority: trivial Milestone: HM-8.1
Component: HM Version: HM-7.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

The line ending code of TEncRateCtrl.cpp and TEncRateCtrl.h (since HM-7.1) is LF, although that of any other source files is CR+LF.
HM-8.0-dev r2751 still has the inconsistency.

Change History (3)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 12 years ago by ksuehring

  • Milestone set to HM-8.1
  • Owner set to ksuehring
  • Status changed from new to assigned

Source file line endings should automatically be converted to your platform style if the proper subversion properties are set (svn-eolstyle:native). Unfortunately clients need to be configured to set these properties automatically for newly added files.

I usually avoid fixing these in branches to avoid false merge conflicts. I think we should fix that when merging HM-8.0-dev into the trunk.

Last edited 12 years ago by ksuehring (previous) (diff)

comment:3 Changed 11 years ago by ksuehring

  • Resolution set to fixed
  • Status changed from assigned to closed

fixed in trunk (r2791)

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Frank Bossen(Subscriber)
  • Hirofumi Aoki(Reporter)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Owner, Subscriber, Participant, Always)