]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/memcmp.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / string / memcmp.c
index 0fbc96ccfa83ad189db49fc6d49d4a7ed6218f16..062a06f9369bcdf968080e181788f78e472f9b35 100644 (file)
@@ -14,7 +14,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -47,7 +47,7 @@
    This should normally be the biggest type supported by a single load
    and store.  Must be an unsigned type.  */
 # define op_t  unsigned long int
-# define OPSIZ (sizeof(op_t))
+# define OPSIZ (sizeof (op_t))
 
 /* Threshold value for when to enter the unrolled loops.  */
 # define OP_T_THRES    16