瀏覽代碼

minmea.h: style fixes

Kosma Moczek 11 年之前
父節點
當前提交
f193e412c6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      minmea.h

+ 2 - 2
minmea.h

@@ -79,13 +79,13 @@ struct minmea_sentence_gga {
 
 enum minmea_gll_status {
     MINMEA_GLL_STATUS_DATA_VALID     = 'A',
-    MINMEA_GLL_STATUS_DATA_NOT_VALID = 'V'
+    MINMEA_GLL_STATUS_DATA_NOT_VALID = 'V',
 };
 
 enum minmea_gll_mode {
     MINMEA_GLL_MODE_AUTONOMOUS = 'A',
     MINMEA_GLL_MODE_DPGS       = 'D',
-    MINMEA_GLL_MODE_DR         = 'E' 
+    MINMEA_GLL_MODE_DR         = 'E',
 };
 
 struct minmea_sentence_gll {