OSDN Git Service

white space
authorcgf <cgf>
Fri, 12 Aug 2005 02:39:12 +0000 (02:39 +0000)
committercgf <cgf>
Fri, 12 Aug 2005 02:39:12 +0000 (02:39 +0000)
16 files changed:
winsup/cygwin/cygheap.cc
winsup/cygwin/cygtls.cc
winsup/cygwin/dcrt0.cc
winsup/cygwin/dlfcn.cc
winsup/cygwin/external.cc
winsup/cygwin/fhandler_mailslot.cc
winsup/cygwin/fhandler_netdrive.cc
winsup/cygwin/fhandler_serial.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/include/sys/dirent.h
winsup/cygwin/include/sys/elf_common.h
winsup/cygwin/include/sys/ioctl.h
winsup/cygwin/net.cc
winsup/cygwin/security.cc
winsup/cygwin/syscalls.cc
winsup/cygwin/thread.cc

index 00f7b07..7db84cc 100644 (file)
@@ -51,7 +51,7 @@ extern "C" {
 static void __stdcall _cfree (void *) __attribute__((regparm(1)));
 static void *__stdcall _csbrk (int);
 }
+
 /* Called by fork or spawn to reallocate cygwin heap */
 void __stdcall
 cygheap_fixup_in_child (bool execed)
index 0e29d89..3b3e86a 100644 (file)
@@ -171,7 +171,7 @@ _cygtls::remove (DWORD wait)
   if (wait)
     {
       /* FIXME: Need some sort of atthreadexit function to allow things like
-         select to control this themselves. */
+        select to control this themselves. */
       if (locals.exitsock != INVALID_SOCKET)
        {
          closesocket (locals.exitsock);
index e25e844..302e034 100644 (file)
@@ -965,7 +965,7 @@ dll_crt0 (per_process *uptr)
    calling this function, and that storage must not be overwritten until you
    unload cygwin1.dll, as it is used for _my_tls.  It is best to load
    cygwin1.dll before spawning any additional threads in your process.
-  
+
    See winsup/testsuite/cygload for an example of how to use cygwin1.dll
    from MSVC and non-cygwin MinGW applications.  */
 extern "C" void
index 27daed8..5d0fb6d 100644 (file)
@@ -68,7 +68,7 @@ get_full_path_of_dll (const char* str, char *name)
 
   if (isabspath (name) ||
       (ret = check_path_access ("LD_LIBRARY_PATH=", name, real_filename)
-             ?: check_path_access ("/usr/lib", name, real_filename)) == NULL)
+            ?: check_path_access ("/usr/lib", name, real_filename)) == NULL)
     real_filename.check (name, PC_SYM_FOLLOW | PC_NOFULL | PC_NULLEMPTY);      /* Convert */
 
   if (!real_filename.error)
index 5e81536..2127a00 100644 (file)
@@ -311,7 +311,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
        try_to_debug ();
        break;
       default:
-        break;
+       break;
     }
   return (unsigned long) -1;
 }
index cf2106d..07babd2 100644 (file)
@@ -59,11 +59,11 @@ fhandler_mailslot::open (int flags, mode_t mode)
     {
     case O_RDONLY:     /* Server */
       x = CreateMailslot (get_win32_name (),
-                         0, /* Any message size */
-                         (flags & O_NONBLOCK) ? 0 : MAILSLOT_WAIT_FOREVER,
-                         &sec_none);
+                         0, /* Any message size */
+                         (flags & O_NONBLOCK) ? 0 : MAILSLOT_WAIT_FOREVER,
+                         &sec_none);
       if (x == INVALID_HANDLE_VALUE)
-        {
+       {
          /* FIXME: It's not possible to open the read side of an existing
             mailslot using CreateFile.  You'll get a handle, but using it
             in ReadFile returns ERROR_INVALID_PARAMETER.  On the other
@@ -95,10 +95,10 @@ fhandler_mailslot::open (int flags, mode_t mode)
       break;
     case O_WRONLY:     /* Client */
       /* The client is the DLL exclusively.  Don't allow opening from
-         application code. */
+        application code. */
       extern fhandler_mailslot *dev_kmsg;
       if (this != dev_kmsg)
-        {
+       {
          set_errno (EPERM);    /* As on Linux. */
          break;
        }
index f1cc897..81064ec 100644 (file)
@@ -66,9 +66,9 @@ thread_netdrive (void *arg)
       ndi->ret = WNetGetResourceInformation ((LPNETRESOURCE) ndi->in,
                                             nro, &size, &dummy);
       if (ndi->ret != NO_ERROR)
-        break;
+       break;
       if (ndi->what == GET_RESOURCE_OPENENUMTOP)
-        {
+       {
          nro2 = nro;
          nro = (LPNETRESOURCE) alloca (size = 4096);
          ndi->ret = WNetGetResourceParent (nro2, nro, &size);
@@ -78,7 +78,7 @@ thread_netdrive (void *arg)
       ndi->ret = WNetOpenEnum (RESOURCE_GLOBALNET, RESOURCETYPE_DISK, 0, nro,
                               &enumhdl);
       if (ndi->ret == NO_ERROR)
-        *(HANDLE *) ndi->out = enumhdl;
+       *(HANDLE *) ndi->out = enumhdl;
       break;
     case GET_RESOURCE_ENUM:
       ndi->ret = WNetEnumResource ((HANDLE) ndi->in, (size = 1, &size),
@@ -161,7 +161,7 @@ fhandler_netdrive::readdir (DIR *dir)
       NETRESOURCE nr = { 0 };
 
       if (len == 2)    /* // */
-        {
+       {
          namebuf = (char *) alloca (MAX_COMPUTERNAME_LENGTH + 3);
          strcpy (namebuf, "\\\\");
          size = MAX_COMPUTERNAME_LENGTH + 1;
@@ -172,7 +172,7 @@ fhandler_netdrive::readdir (DIR *dir)
            }
        }
       else
-        {
+       {
          const char *from;
          char *to;
          namebuf = (char *) alloca (len + 1);
@@ -195,7 +195,7 @@ fhandler_netdrive::readdir (DIR *dir)
        }
     }
   ret = create_thread_and_wait (GET_RESOURCE_ENUM, dir->__handle,
-                               nro = (LPNETRESOURCE) alloca (16384),
+                               nro = (LPNETRESOURCE) alloca (16384),
                                16384, "WnetEnumResource");
   if (ret != NO_ERROR)
     {
index 752ad4b..0aefb7f 100644 (file)
@@ -385,42 +385,42 @@ fhandler_serial::switch_modem_lines (int set, int clr)
   if (set & TIOCM_RTS)
     {
       if (EscapeCommFunction (get_handle (), SETRTS))
-        rts = TIOCM_RTS;
+       rts = TIOCM_RTS;
       else
-        {
-          __seterrno ();
-          res = -1;
-        }
+       {
+         __seterrno ();
+         res = -1;
+       }
     }
   else if (clr & TIOCM_RTS)
     {
       if (EscapeCommFunction (get_handle (), CLRRTS))
-        rts = 0;
+       rts = 0;
       else
-        {
-          __seterrno ();
-          res = -1;
-        }
+       {
+         __seterrno ();
+         res = -1;
+       }
     }
   if (set & TIOCM_DTR)
     {
       if (EscapeCommFunction (get_handle (), SETDTR))
-        rts = TIOCM_DTR;
+       rts = TIOCM_DTR;
       else
-        {
-          __seterrno ();
-          res = -1;
-        }
+       {
+         __seterrno ();
+         res = -1;
+       }
     }
   else if (clr & TIOCM_DTR)
     {
       if (EscapeCommFunction (get_handle (), CLRDTR))
-        rts = 0;
+       rts = 0;
       else
-        {
-          __seterrno ();
-          res = -1;
-        }
+       {
+         __seterrno ();
+         res = -1;
+       }
     }
 
   return res;
@@ -482,17 +482,17 @@ fhandler_serial::ioctl (unsigned int cmd, void *buffer)
          }
        break;
       case TIOCMSET:
-        if (switch_modem_lines (ipbuffer, ~ipbuffer))
-          res = -1;
+       if (switch_modem_lines (ipbuffer, ~ipbuffer))
+         res = -1;
        break;
       case TIOCMBIS:
        if (switch_modem_lines (ipbuffer, 0))
-          res = -1;
-        break;
+         res = -1;
+       break;
       case TIOCMBIC:
        if (switch_modem_lines (0, ipbuffer))
-          res = -1;
-        break;
+         res = -1;
+       break;
       case TIOCCBRK:
        if (ClearCommBreak (get_handle ()) == 0)
          {
index 496f4ff..d2520e2 100644 (file)
@@ -110,7 +110,7 @@ get_inet_addr (const struct sockaddr *in, int inlen,
          ret = 1;
        }
       else
-        __seterrno ();
+       __seterrno ();
       CloseHandle (fh);
       return ret;
     }
index 1b16bc3..996b1ee 100644 (file)
@@ -87,30 +87,29 @@ int scandir (const char *__dir,
 int alphasort (const struct dirent **__a, const struct dirent **__b);
 /* File types for `d_type'.  */
 enum
-  {
-        DT_UNKNOWN = 0,
+{
+  DT_UNKNOWN = 0,
 # define DT_UNKNOWN     DT_UNKNOWN
-           DT_FIFO = 1,
+  DT_FIFO = 1,
 # define DT_FIFO        DT_FIFO
-               DT_CHR = 2,
+  DT_CHR = 2,
 # define DT_CHR         DT_CHR
-                   DT_DIR = 4,
+  DT_DIR = 4,
 # define DT_DIR         DT_DIR
-                       DT_BLK = 6,
+  DT_BLK = 6,
 # define DT_BLK         DT_BLK
-                           DT_REG = 8,
+  DT_REG = 8,
 # define DT_REG         DT_REG
-                               DT_LNK = 10,
+  DT_LNK = 10,
 # define DT_LNK         DT_LNK
-                                   DT_SOCK = 12,
+  DT_SOCK = 12,
 # define DT_SOCK        DT_SOCK
-                                       DT_WHT = 14
+  DT_WHT = 14
 # define DT_WHT         DT_WHT
-                                           };
+};
 
 /* Convert between stat structure types and directory types.  */
-# define IFTODT(mode)   (((mode) & 0170000) >> 12)
+# define IFTODT(mode)          (((mode) & 0170000) >> 12)
 # define DTTOIF(dirtype)        ((dirtype) << 12)
 #endif /* _POSIX_SOURCE */
-
-#endif
+#endif /*_SYS_DIRENT_H*/
index f637c9a..b864f04 100644 (file)
@@ -48,7 +48,7 @@ typedef struct {
        u_int32_t       n_type;         /* Type of this note. */
 } Elf_Note;
 
-/* Indexes into the e_ident array.  Keep synced with 
+/* Indexes into the e_ident array.  Keep synced with
    http://www.sco.com/developer/gabi/ch4.eheader.html */
 #define EI_MAG0                0       /* Magic number, byte 0. */
 #define EI_MAG1                1       /* Magic number, byte 1. */
@@ -156,12 +156,12 @@ typedef struct {
 #define SHT_STRTAB     3               /* string table section */
 #define SHT_RELA       4               /* relocation section with addends */
 #define SHT_HASH       5               /* symbol hash table section */
-#define SHT_DYNAMIC    6               /* dynamic section */ 
+#define SHT_DYNAMIC    6               /* dynamic section */
 #define SHT_NOTE       7               /* note section */
 #define SHT_NOBITS     8               /* no space section */
 #define SHT_REL                9               /* relocation section - no addends */
 #define SHT_SHLIB      10              /* reserved - purpose unknown */
-#define SHT_DYNSYM     11              /* dynamic symbol table section */ 
+#define SHT_DYNSYM     11              /* dynamic symbol table section */
 #define SHT_NUM                12              /* number of section types */
 #define SHT_LOOS       0x60000000      /* First of OS specific semantics */
 #define SHT_HIOS       0x6fffffff      /* Last of OS specific semantics */
index 7222028..29f1699 100644 (file)
@@ -29,21 +29,21 @@ __BEGIN_DECLS
 #define _IOC_TYPEBITS  8
 #define _IOC_SIZEBITS  14
 #define _IOC_DIRBITS   2
+
 #define _IOC_NRMASK    ((1 << _IOC_NRBITS)-1)
 #define _IOC_TYPEMASK  ((1 << _IOC_TYPEBITS)-1)
 #define _IOC_SIZEMASK  ((1 << _IOC_SIZEBITS)-1)
 #define _IOC_DIRMASK   ((1 << _IOC_DIRBITS)-1)
+
 #define _IOC_NRSHIFT   0
 #define _IOC_TYPESHIFT (_IOC_NRSHIFT+_IOC_NRBITS)
 #define _IOC_SIZESHIFT (_IOC_TYPESHIFT+_IOC_TYPEBITS)
 #define _IOC_DIRSHIFT  (_IOC_SIZESHIFT+_IOC_SIZEBITS)
+
 #define _IOC_NONE      0U
 #define _IOC_WRITE     1U
 #define _IOC_READ      2U
+
 #define _IOC(dir,type,nr,size) \
   (((dir)      << _IOC_DIRSHIFT) | \
     +  ((type) << _IOC_TYPESHIFT) | \
index 1fc5491..910eeca 100644 (file)
@@ -2272,7 +2272,7 @@ cygwin_inet_pton (int family, const char *strptr, void *addrptr)
       struct in_addr in_val;
 
       if (cygwin_inet_aton (strptr, &in_val))
-        {
+       {
          memcpy (addrptr, &in_val, sizeof (struct in_addr));
          return 1;
        }
@@ -2298,7 +2298,7 @@ cygwin_inet_ntop (int family, const void *addrptr, char *strptr, size_t len)
 
       __small_sprintf (temp, "%u.%u.%u.%u", p[0], p[1], p[2], p[3]);
       if (strlen (temp) >= len)
-        {
+       {
          set_errno (ENOSPC);
          return NULL;
        }
index 870bb69..8f3ed79 100644 (file)
@@ -1354,7 +1354,7 @@ get_reg_security (HANDLE handle, security_descriptor &sd_ret)
   if (ret == ERROR_INSUFFICIENT_BUFFER)
     {
       if (!sd_ret.malloc (len))
-        set_errno (ENOMEM);
+       set_errno (ENOMEM);
       else
        ret = RegGetKeySecurity ((HKEY) handle,
                                 DACL_SECURITY_INFORMATION
@@ -1376,10 +1376,10 @@ get_nt_object_security (HANDLE handle, SE_OBJECT_TYPE object_type,
 {
   NTSTATUS ret;
   ULONG len = 0;
-  
+
   /* Unfortunately, NtQuerySecurityObject doesn't work on predefined registry
      keys like HKEY_LOCAL_MACHINE.  It fails with "Invalid Handle".  So we
-     have to retreat to the Win32 registry functions for registry keys. 
+     have to retreat to the Win32 registry functions for registry keys.
      What bugs me is that RegGetKeySecurity is obviously just a wrapper
      around NtQuerySecurityObject, but there seems to be no function to
      convert pseudo HKEY values to real handles. */
index c359d46..516ce69 100644 (file)
@@ -1799,12 +1799,12 @@ statvfs (const char *fname, struct statvfs *sfs)
   if (!status && statusex)
     {
       /* Grrr, this can happen on 9x when a share isn't attached to
-         a drive letter.  Fake, fake, hoorah. */
+        a drive letter.  Fake, fake, hoorah. */
       status = TRUE;
       bps = 512;
       spc = 8;
       while ((totalb.QuadPart % (spc*bps)) && spc > 1)
-        spc >>= 1;
+       spc >>= 1;
     }
   if (status)
     {
index 0956820..9f4899e 100644 (file)
@@ -2638,7 +2638,7 @@ pthread_cond_timedwait (pthread_cond_t *cond, pthread_mutex_t *mutex,
      evaluate microseconds directly in DWORD. */
   if (tv.tv_sec > abstime->tv_sec
       || (tv.tv_sec == abstime->tv_sec
-          && tv.tv_usec > abstime->tv_nsec / 1000))
+         && tv.tv_usec > abstime->tv_nsec / 1000))
     return ETIMEDOUT;
 
   waitlength = (abstime->tv_sec - tv.tv_sec) * 1000;