]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/tgmath.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / math / tgmath.h
index 13c70222758af7c6f9d70cdfb65fed985cbb0cdb..a50c218a522acf32e1e115be54142a858073432a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2022 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
 /* Return minimum numeric value from X and Y.  */
 # define fmin(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmin)
 #endif
-  
+
 
 /* Multiply-add function computed as a ternary operation.  */
 #define fma(Val1, Val2, Val3) \