From 8c2aa8f840f043961340260cad9f8f1e724e28d2 Mon Sep 17 00:00:00 2001 From: Ragnvald Maartmann-Moe IV Date: Tue, 2 Jul 2002 18:57:38 +0000 Subject: [PATCH] typo fix and whitespace. --- include/QF/qendian.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/include/QF/qendian.h b/include/QF/qendian.h index c92477792..982f8b7ec 100644 --- a/include/QF/qendian.h +++ b/include/QF/qendian.h @@ -61,14 +61,14 @@ extern int (*LittleLong) (int l); extern float (*BigFloat) (float l); extern float (*LittleFloat) (float l); -short ShortSwap (short l); +short ShortSwap (short l); short ShortNoSwap (short l); -int LongSwap (int l); -int LongNoSwap (int l); -float FloatSwap (float f); -float FloatNoSwap (float f); +int LongSwap (int l); +int LongNoSwap (int l); +float FloatSwap (float f); +float FloatNoSwap (float f); -//NOTE: thes /always/ read and write /little/ endian entities. +// NOTE: these /always/ read and write /little/ endian entities. struct VFile_s; void WriteFloat (struct VFile_s *file, float f); void WriteByte (struct VFile_s *file, int b); @@ -79,7 +79,4 @@ byte ReadByte (struct VFile_s *file); unsigned short ReadShort (struct VFile_s *file); unsigned long ReadLong (struct VFile_s *file); - -//============================================================================ - #endif // __qendian_h