diff libbpg.h @ 33:33594243ce31

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Mar 2020 19:14:25 +0200
parents 772086c29cc7
children
line wrap: on
line diff
--- a/libbpg.h	Tue May 16 17:25:59 2017 +0300
+++ b/libbpg.h	Sun Mar 08 19:14:25 2020 +0200
@@ -1,6 +1,6 @@
 /*
  * BPG decoder
- * 
+ *
  * Copyright (c) 2014 Fabrice Bellard
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -129,7 +129,7 @@
    BPGImageInfo.loop_count is only set if extension data are parsed.
 
    Return 0 if OK, < 0 if unrecognized data. */
-int bpg_decoder_get_info_from_buf(BPGImageInfo *p, 
+int bpg_decoder_get_info_from_buf(BPGImageInfo *p,
                                   BPGExtensionData **pfirst_md,
                                   const uint8_t *buf, int buf_len);
 /* Free the extension data returned by bpg_decoder_get_info_from_buf() */