Formatting all header files (*.h) in accordance with project coding style, using the astyle tool and the rules file _astylerc-h.

This commit is contained in:
Alexander
2018-06-18 13:52:14 +03:00
parent 8e9335d49f
commit 5ff4125c56
49 changed files with 271 additions and 269 deletions

View File

@@ -1,6 +1,6 @@
/**
* @file lv_led.h
*
*
*/
#ifndef LV_LED_H
@@ -32,7 +32,7 @@ typedef struct
/*No inherited ext.*/
/*New data for this type */
uint8_t bright; /*Current brightness of the LED (0..255)*/
}lv_led_ext_t;
} lv_led_ext_t;
/**********************
* GLOBAL PROTOTYPES