xiaoxiang781216 commented on code in PR #18829:
URL: https://github.com/apache/nuttx/pull/18829#discussion_r3174197362
##########
arch/x86/src/qemu/qemu_vga.c:
##########
@@ -238,6 +235,43 @@ static const struct file_operations g_vgaops =
* Private Functions
****************************************************************************/
+static void vga_init_palette(void)
+{
+ uint8_t r3;
+ uint8_t g3;
+ uint8_t b2;
+
+ static const uint8_t r_levels[8] =
+ {
Review Comment:
```suggestion
{
```
adjust indent for all array definition.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]