Hi
Looking at the code with eclipse 3.8.1 I noticed that in some files
sometimes my formatting became broken.
Some digging shows that this is apparently because of the control
character ^L
A grep over the whole git repository shows that this is in quite a lot
of places.
grep -r -P "\xC" ./* | wc -l
1107

Is there any reason for why these control characters are all over the code?

BR
Matthias
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to