Explorar el Código

Apply further clang formatting.

Cody Tolene hace 2 años
padre
commit
f33d145537
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      firmware-update/camera_model.h

+ 5 - 1
firmware-update/camera_model.h

@@ -6,7 +6,11 @@
 /**
  * The dithering algorithms available.
  */
-enum DitheringAlgorithm { FLOYD_STEINBERG, JARVIS_JUDICE_NINKE, STUCKI };
+enum DitheringAlgorithm {
+    FLOYD_STEINBERG,
+    JARVIS_JUDICE_NINKE,
+    STUCKI,
+};
 
 class CameraModel {
   private: