1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

fix whitespace anomalies

/ \t/, / $/, and /\t$/
This commit is contained in:
Werner Almesberger
2012-05-28 03:11:15 -03:00
parent 4c3dea7111
commit f2d3986600
19 changed files with 29 additions and 31 deletions

2
meas.h
View File

@@ -45,7 +45,7 @@ struct meas {
/* low is obj->base */
struct vec *high;
struct expr *offset;
/* frame qualifiers */
struct frame_qual *low_qual;
struct frame_qual *high_qual;