klauspost / rawspeed

Raw Image Decoder Library
GNU Lesser General Public License v2.1
72 stars 20 forks source link

Missleading indentation warning in OrfDecoder.cpp #153

Closed wmader closed 8 years ago

wmader commented 8 years ago

With gcc 6.1.1 using the cc1plus standard, indentation warnings are treated as errors. This, un unclear indentation popped up in OrfDecoder.cpp. I "fixed" the issue (attachment) by only looking affected lines but w/o any understanding what the code is supposed to do.

0001-Fix-missleading-indentation-which-is-an-error-with-c.txt

LebedevRI commented 8 years ago

Was fixed in #157