just whitespace fixes
authorMike Frysinger <vapier@gentoo.org>
Tue, 28 Mar 2006 02:35:56 +0000 (02:35 -0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 28 Mar 2006 02:35:56 +0000 (02:35 -0000)
e2fsprogs/ext2fs/bb_inode.c
e2fsprogs/ext2fs/block.c
e2fsprogs/ext2fs/flushb.c
e2fsprogs/ext2fs/get_pathname.c
e2fsprogs/ext2fs/ismounted.c
e2fsprogs/ext2fs/link.c
e2fsprogs/ext2fs/lookup.c
e2fsprogs/ext2fs/read_bb.c
e2fsprogs/ext2fs/unlink.c
include/platform.h
libbb/sha1.c

index 9af117d8f202704df390a37deba72abf1a815b89..8a840d9d732112ec55ffcaca1f4d9a2d5b73d9e1 100644 (file)
@@ -147,7 +147,7 @@ cleanup:
  * indirect blocks.
  */
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int clear_bad_block_proc(ext2_filsys fs, blk_t *block_nr,
                                e2_blkcnt_t blockcnt,
index 18be2a5e8c9aef33d90820a969cef98b293c42f9..94e96c5c4c6a8c70d07bf93568dd3fe15337441c 100644 (file)
@@ -404,7 +404,7 @@ struct xlate {
 };
 
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int xlate_func(ext2_filsys fs, blk_t *blocknr, e2_blkcnt_t blockcnt,
                      blk_t ref_block EXT2FS_ATTR((unused)),
index 9f04647ecfb77f55b08220108762508806a0d47c..af7216a9142647d49731c0d69049dcd12af08ffd 100644 (file)
@@ -67,14 +67,14 @@ errcode_t ext2fs_sync_device(int fd, int flushb)
                        return 0;
 #else
 #ifdef __GNUC__
- #warning BLKFLSBUF not defined
+warning BLKFLSBUF not defined
 #endif /* __GNUC__ */
 #endif
 #ifdef FDFLUSH
                ioctl (fd, FDFLUSH, 0);   /* In case this is a floppy */
 #else
 #ifdef __GNUC__
- #warning FDFLUSH not defined
+warning FDFLUSH not defined
 #endif /* __GNUC__ */
 #endif
        }
index 0004790969b928e4341e52ca804d87b72d28a804..18bb6d27177e1936c1b16c2f77d144f57e9ad03d 100644 (file)
@@ -35,7 +35,7 @@ struct get_pathname_struct {
 };
 
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int get_pathname_proc(struct ext2_dir_entry *dirent,
                             int        offset EXT2FS_ATTR((unused)),
index 125fe244b2b0895787a792fe21610acfc97e7687..3811943205610bbeb83d755b5b21c1f48a962fec 100644 (file)
@@ -284,7 +284,7 @@ static int is_swap_device(const char *file)
  * characters.
  */
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 errcode_t ext2fs_check_mount_point(const char *device, int *mount_flags,
                                  char *mtpt, int mtlen)
index 281ad065f13de1209c6644a73ce15fa851383c03..6fb30763876fab77d3398c1d099c37f0bc2556e2 100644 (file)
@@ -92,7 +92,7 @@ static int link_proc(struct ext2_dir_entry *dirent,
  * entry filetype.
  */
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 errcode_t ext2fs_link(ext2_filsys fs, ext2_ino_t dir, const char *name,
                      ext2_ino_t ino, int flags)
index 9cb97f1b548c1e7e23b149a765fae6be7aa1a321..76c5ac871ca71c9d33d55799c371d37916bb2183 100644 (file)
@@ -26,7 +26,7 @@ struct lookup_struct  {
 };
 
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int lookup_proc(struct ext2_dir_entry *dirent,
                       int      offset EXT2FS_ATTR((unused)),
index 226c5375a561075278e3dade65174b48a07a3241..7612e674f0cb740f9ab89274da45205c15bba153 100644 (file)
@@ -35,7 +35,7 @@ struct read_bb_record {
  * Helper function for ext2fs_read_bb_inode()
  */
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int mark_bad_block(ext2_filsys fs, blk_t *block_nr,
                          e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)),
index a6ab53ae87cf9b8493baa89a1e880ef18c525b0d..6ad3c4e3ad86cee5b18223fd85fa21e6a3320a7f 100644 (file)
@@ -28,7 +28,7 @@ struct link_struct  {
 };
 
 #ifdef __TURBOC__
- #pragma argsused
+pragma argsused
 #endif
 static int unlink_proc(struct ext2_dir_entry *dirent,
                     int        offset EXT2FS_ATTR((unused)),
index 699de8f027fec18e3c0648f5985ca8596fa1ee6d..ea2983d30f859b00bd12125311c0cc769455084f 100644 (file)
 #endif
 
 #ifndef ATTRIBUTE_UNUSED
-#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
+# define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
 #endif /* ATTRIBUTE_UNUSED */
 
 #ifndef ATTRIBUTE_NORETURN
-#define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
+# define ATTRIBUTE_NORETURN __attribute__ ((__noreturn__))
 #endif /* ATTRIBUTE_NORETURN */
 
 #ifndef ATTRIBUTE_PACKED
-#define ATTRIBUTE_PACKED __attribute__ ((__packed__))
+# define ATTRIBUTE_PACKED __attribute__ ((__packed__))
 #endif /* ATTRIBUTE_PACKED */
 
 #ifndef ATTRIBUTE_ALIGNED
-#define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m)))
+# define ATTRIBUTE_ALIGNED(m) __attribute__ ((__aligned__(m)))
 #endif /* ATTRIBUTE_ALIGNED */
 
 /* -fwhole-program makes all symbols local. The attribute externally_visible
    forces a symbol global.  */
 #ifndef ATTRIBUTE_EXTERNALLY_VISIBLE
 # if __GNUC_PREREQ (4,1)
-# define ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((__externally_visible__))
+#  define ATTRIBUTE_EXTERNALLY_VISIBLE __attribute__ ((__externally_visible__))
 # else
-# define ATTRIBUTE_EXTERNALLY_VISIBLE
+#  define ATTRIBUTE_EXTERNALLY_VISIBLE
 # endif /* GNUC >= 4.1 */
 #endif /* ATTRIBUTE_EXTERNALLY_VISIBLE */
 
 
 /* ---- Endian Detection ------------------------------------ */
 #ifndef __APPLE__
-    #include <byteswap.h>
-    #include <endian.h>
+include <byteswap.h>
+include <endian.h>
 #endif
 
 #ifdef __BIG_ENDIAN__
-       #define BB_BIG_ENDIAN 1
-       #define BB_LITTLE_ENDIAN 0
+define BB_BIG_ENDIAN 1
+define BB_LITTLE_ENDIAN 0
 #elif __BYTE_ORDER == __BIG_ENDIAN
-       #define BB_BIG_ENDIAN 1
-       #define BB_LITTLE_ENDIAN 0
+define BB_BIG_ENDIAN 1
+define BB_LITTLE_ENDIAN 0
 #else
-       #define BB_BIG_ENDIAN 0
-       #define BB_LITTLE_ENDIAN 1
+define BB_BIG_ENDIAN 0
+define BB_LITTLE_ENDIAN 1
 #endif
 
 /* ---- Networking ------------------------------------------ */
 #ifndef __APPLE__
-#include <arpa/inet.h>
+# include <arpa/inet.h>
 #else
-#include <netinet/in.h>
+# include <netinet/in.h>
 #endif
 
 /* ---- miscellaneous --------------------------------------- */
index f0d952f84a14299cd909d6297e715d21ecc059e3..128d4b98fae185b04e1286d01f8bd03d75e9edc6 100644 (file)
@@ -147,13 +147,13 @@ void sha1_hash(const void *data, size_t length, sha1_ctx_t *ctx)
 void *sha1_end(void *resbuf, sha1_ctx_t *ctx)
 {
        /* SHA1 Final padding and digest calculation  */
-       #if BB_BIG_ENDIAN
-               static uint32_t mask[4] = { 0x00000000, 0xff000000, 0xffff0000, 0xffffff00 };
-               static uint32_t bits[4] = { 0x80000000, 0x00800000, 0x00008000, 0x00000080 };
-       #else
-               static uint32_t mask[4] = { 0x00000000, 0x000000ff, 0x0000ffff, 0x00ffffff };
-               static uint32_t bits[4] = { 0x00000080, 0x00008000, 0x00800000, 0x80000000 };
-       #endif /* __BYTE_ORDER */
+#if BB_BIG_ENDIAN
+       static uint32_t mask[4] = { 0x00000000, 0xff000000, 0xffff0000, 0xffffff00 };
+       static uint32_t bits[4] = { 0x80000000, 0x00800000, 0x00008000, 0x00000080 };
+#else
+       static uint32_t mask[4] = { 0x00000000, 0x000000ff, 0x0000ffff, 0x00ffffff };
+       static uint32_t bits[4] = { 0x00000080, 0x00008000, 0x00800000, 0x80000000 };
+#endif /* __BYTE_ORDER */
 
        uint8_t *hval = resbuf;
        uint32_t i, cnt = (uint32_t) (ctx->count[0] & SHA1_MASK);