mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 4cfd6537e4
			
		
	
	
		4cfd6537e4
		
	
	
	
	
		
			
			Break lines between members instead of within members. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20210917143134.412106-2-armbru@redhat.com>
		
			
				
	
	
		
			4 lines
		
	
	
		
			116 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			116 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| # check invalid 'if' type
 | |
| { 'enum': 'TestIfEnum',
 | |
|   'data': [ 'foo', { 'name' : 'bar', 'if': { 'val': 'foo' } } ] }
 |