[Libphidget-devel] re: make indent
Status: Alpha
Brought to you by:
jstrohm
|
From: Vadim T. <vt...@fr...> - 2002-09-09 09:45:12
|
Hello, Be careful with this animal - there's a bug in indent that makes it reformat some code on *every* run - it flips it back and forth. To see it, do this: cvs get libphidget cvs diff (output should be null) make indent cvs diff (output is not null) make indent cvs diff (output is null again) So, until the root cause is found, be careful how many times do you run it ;) --vt |