Commit 182ec4ee authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Thomas Gleixner
Browse files

[JFFS2] Clean up trailing white spaces

parent 97894cda
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 *
 * For licensing information, see the file 'LICENCE' in this directory.
 *
 * $Id: build.c,v 1.84 2005/09/27 13:40:49 dedekind Exp $
 * $Id: build.c,v 1.85 2005/11/07 11:14:38 gleixner Exp $
 *
 */

+14 −14
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
 *
 * For licensing information, see the file 'LICENCE' in this directory.
 *
 * $Id: compr.c,v 1.45 2005/07/26 13:24:40 havasi Exp $
 * $Id: compr.c,v 1.46 2005/11/07 11:14:38 gleixner Exp $
 *
 */

+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * For licensing information, see the file 'LICENCE' in the
 * jffs2 directory.
 *
 * $Id: compr.h,v 1.8 2005/07/26 13:24:40 havasi Exp $
 * $Id: compr.h,v 1.9 2005/11/07 11:14:38 gleixner Exp $
 *
 */

+18 −19
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
 *
 */

 
#include <linux/string.h>
#include <linux/types.h>
#include <linux/jffs2.h>
+3 −3
Original line number Diff line number Diff line
/* Rubin encoder/decoder header       */
/* work started at   : aug   3, 1994  */
/* last modification : aug  15, 1994  */
/* $Id: compr_rubin.h,v 1.6 2002/01/25 01:49:26 dwmw2 Exp $ */
/* $Id: compr_rubin.h,v 1.7 2005/11/07 11:14:38 gleixner Exp $ */

#include "pushpull.h"

Loading