stm32f1:rtc: whitespace/style cleanup.

Improperly checked pulls before commiting.  Trivial whitespace only change.
This commit is contained in:
Karl Palsson 2015-07-31 05:16:45 +00:00
parent 86f3e4a648
commit a2af34d0e1
2 changed files with 11 additions and 11 deletions

View File

@ -140,11 +140,11 @@
/** RTC Interrupt Flags */
typedef enum {
/** Counter Second Flag */
/** Counter Second Flag */
RTC_SEC,
/** Alarm Event Flag */
/** Alarm Event Flag */
RTC_ALR,
/** Counter Overflow Flag */
/** Counter Overflow Flag */
RTC_OW,
} rtcflag_t;