Jelajahi Sumber

AK: run clang-format on PrintfImplementation.h

Emanuele Torre 5 tahun lalu
induk
melakukan
92815f313a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      AK/PrintfImplementation.h

+ 1 - 1
AK/PrintfImplementation.h

@@ -321,7 +321,7 @@ ALWAYS_INLINE int printf_internal(PutChFunc putch, char* buffer, const char*& fm
                 if (*(p + 1))
                     goto one_more;
             }
-            if (! zero_pad && !field_width && *p == '0') {
+            if (!zero_pad && !field_width && *p == '0') {
                 zero_pad = true;
                 if (*(p + 1))
                     goto one_more;