build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28467 )
Change subject: src/include: Introduce guid_t type ......................................................................
Patch Set 1:
(3 comments)
https://review.coreboot.org/#/c/28467/1/src/include/uuid.h File src/include/uuid.h:
https://review.coreboot.org/#/c/28467/1/src/include/uuid.h@28 PS1, Line 28: (b) & 0xff, ((b) >> 8) & 0xff, \ please, no spaces at the start of a line
https://review.coreboot.org/#/c/28467/1/src/include/uuid.h@29 PS1, Line 29: (c) & 0xff, ((c) >> 8) & 0xff, \ please, no spaces at the start of a line
https://review.coreboot.org/#/c/28467/1/src/include/uuid.h@30 PS1, Line 30: (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }) please, no spaces at the start of a line