Ver código fonte

对齐代码

niujiuru 2 meses atrás
pai
commit
2927ad11b9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      hk_takephoto/takephoto.c

+ 1 - 1
hk_takephoto/takephoto.c

@@ -26,7 +26,7 @@ typedef struct
   HANDLE      hCam;           // 打开相机的句柄
   uint32_t    camType;        // 相机类型:U、网
   char manuName[MAX_LINE_CHARS]; //制造厂商名称
-  HKImgType    saveImgType;   // 保存图像的类型
+  HKImgType   saveImgType;    // 保存图像的类型
   const char *saveImgPath;    // 保存图像的路径
   bool        isExposureAuto; // 自动曝光:是/否
   struct timespec expTime0;   // 曝光开始的时间