]> git.proxmox.com Git - mirror_spl.git/blobdiff - include/sys/zmod.h
Fix cstyle warnings
[mirror_spl.git] / include / sys / zmod.h
index d708c6612ec98d1faec2c7c3af8e7225834f0a93..5380bd6fd022a430aef0baa99481f02cc4606a7f 100644 (file)
@@ -20,7 +20,8 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with the SPL.  If not, see <http://www.gnu.org/licenses/>.
- *****************************************************************************
+ *
+ *
  *  z_compress_level/z_uncompress are nearly identical copies of the
  *  compress2/uncompress functions provided by the official zlib package
  *  available at http://zlib.net/.  The only changes made we to slightly
@@ -53,7 +54,7 @@
  */
 
 #ifndef _SPL_ZMOD_H
-#define _SPL_ZMOD_H
+#define        _SPL_ZMOD_H
 
 #include <sys/types.h>
 #include <linux/zlib.h>