Files
u-boot/lib
Christian Gmeiner 60a4df3262 smbios: fix checkstyle warning
Fixes the following checkstyle warning:

WARNING: Missing a blank line after declarations
+               int tmp = smbios_write_funcs[i]((ulong *)&addr, handle++);
+               max_struct_size = max(max_struct_size, tmp);

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-08-10 13:45:34 -04:00
..
2018-07-20 09:33:22 +08:00
2018-06-19 11:55:05 -04:00
2017-04-13 09:41:10 -04:00
2018-06-13 07:49:12 -04:00
2017-05-12 08:37:18 -04:00
2018-08-10 13:45:34 -04:00
2017-06-01 07:03:12 -06:00
2018-07-25 14:57:44 +02:00