src/include: Add space around operators
Change-Id: I0ee4c443b6861018f05cfc32135d632fd4996029 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16614 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							c92abedd3a
						
					
				
				
					commit
					a0fed37044
				
			@@ -16,7 +16,7 @@
 | 
			
		||||
#include <boot/coreboot_tables.h>
 | 
			
		||||
// these structs are for input from and output to OF
 | 
			
		||||
typedef struct {
 | 
			
		||||
	u8 display_type;	// 0=NONE, 1= analog, 2=digital
 | 
			
		||||
	u8 display_type;	// 0 = NONE, 1 = analog, 2 = digital
 | 
			
		||||
	u16 screen_width;
 | 
			
		||||
	u16 screen_height;
 | 
			
		||||
	u16 screen_linebytes;	// bytes per line in framebuffer, may be more than screen_width
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user