This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

The following commit(s) were added to refs/heads/master by this push:
     new 335ca9c4f4 tests/checkasm: Fix whitespace cosmetics
335ca9c4f4 is described below

commit 335ca9c4f4828c764a139733867e923fb9caa92d
Author:     Niklas Haas <[email protected]>
AuthorDate: Wed Dec 17 17:57:23 2025 +0100
Commit:     Martin Storsjö <[email protected]>
CommitDate: Fri Feb 27 17:08:46 2026 +0000

    tests/checkasm: Fix whitespace cosmetics
    
    This line was left misaligned in
    b863b81500f374a2829e9dfb3a244c61e3fc1a60.
---
 tests/checkasm/checkasm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/checkasm/checkasm.h b/tests/checkasm/checkasm.h
index 2a6c7e8ea6..9495c9e19a 100644
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -480,7 +480,7 @@ int checkasm_check_float_ulp(const char *file, int line,
  * For tests that don't have that and only operate on a single
  * bitdepth, just call checkasm_check(uint8_t, ...) directly. */
 #define checkasm_check_pixel2(buf1, stride1, buf2, stride2, ...) \
-    ((bit_depth > 8) ?                                          \
+    ((bit_depth > 8) ?                                           \
      checkasm_check2(uint16_t, (const uint16_t*)buf1, stride1,   \
                                (const uint16_t*)buf2, stride2,   \
                                __VA_ARGS__) :                    \

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to