瀏覽代碼

minmea_sentence_gll: minor style fixes

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

+ 3 - 3
minmea.h

@@ -78,14 +78,14 @@ struct minmea_sentence_gga {
 };
 
 enum minmea_gll_status {
-    MINMEA_GLL_STATUS_DATA_VALID     = 'A',
+    MINMEA_GLL_STATUS_DATA_VALID = 'A',
     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_DPGS = 'D',
+    MINMEA_GLL_MODE_DR = 'E',
 };
 
 struct minmea_sentence_gll {