]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sunrpc/rpc_util.h
Break lines before not after operators, batch 4.
[thirdparty/glibc.git] / sunrpc / rpc_util.h
index 72f08eb34f7fead84f11001f4c2cdfb7a4707a59..53316d9516db2f4a42bd31e253a1696955b88d56 100644 (file)
@@ -1,6 +1,7 @@
-/*      @(#)rpc_util.h  1.5  90/08/29  (C) 1987 SMI   */
+/*      @(#)rpc_util.h  1.5  90/08/29  */
 
 /*
+ * Copyright (c) 2010, Oracle America, Inc.
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are
  * met:
@@ -11,7 +12,7 @@
  *       copyright notice, this list of conditions and the following
  *       disclaimer in the documentation and/or other materials
  *       provided with the distribution.
- *     * Neither the name of Sun Microsystems, Inc. nor the names of its
+ *     * Neither the name of the "Oracle America, Inc." nor the names of its
  *       contributors may be used to endorse or promote products derived
  *       from this software without specific prior written permission.
  *
@@ -46,9 +47,9 @@ struct list {
 typedef struct list list;
 
 struct xdrfunc {
-        char *name;
-        int pointerp;
-        struct xdrfunc *next;
+       char *name;
+       int pointerp;
+       struct xdrfunc *next;
 };
 typedef struct xdrfunc xdrfunc;