]> git.sur5r.net Git - iec16022/blobdiff - reedsol.h
Import Debian changes 0.2.4-1.2
[iec16022] / reedsol.h
index d889efaf386bffe7fa258bcaf36cee25dd93a5a6..b4cad8037af9b52cad7b6114223e419bb328a40c 100644 (file)
--- a/reedsol.h
+++ b/reedsol.h
@@ -1,4 +1,4 @@
-/** 
+/**
  *
  * This is a simple Reed-Solomon encoder
  * (C) Cliff Hones 2004
@@ -17,7 +17,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  *
- */ 
+ */
 
 #ifndef __REEDSOL_H
 #define __REEDSOL_H
@@ -26,4 +26,4 @@ void rs_init_gf(int poly);
 void rs_init_code(int nsym, int index);
 void rs_encode(int len, unsigned char *data, unsigned char *res);
 
-#endif /* __REEDSOL_H */
+#endif                         /* __REEDSOL_H */