1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-23 03:22:11 +02:00
Files
u-boot-megous/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
2011-01-18 23:38:08 +01:00
2017-04-13 09:41:10 -04:00
2010-09-19 19:29:47 +02:00
2018-06-13 07:49:12 -04:00
2012-04-29 14:14:08 +02: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