remove trailing whitespace at end of lines

svn path=/trunk/; revision=15091
This commit is contained in:
Steven Edwards 2005-05-07 21:24:31 +00:00
parent 1c29a40c45
commit 456be5d16b
385 changed files with 5481 additions and 5481 deletions

View file

@ -1,4 +1,4 @@
/* $Id: ShellCommandHelp.h,v 1.2 2001/01/13 23:55:37 narnaoud Exp $ */
/* $Id$ */
// ShellCommandHelp.h: interface for the CShellCommandHelp class.
//
@ -10,7 +10,7 @@
#include "ShellCommand.h"
#include "ShellCommandsLinkedList.h"
class CShellCommandHelp : public CShellCommand
class CShellCommandHelp : public CShellCommand
{
public:
CShellCommandHelp(CShellCommandsLinkedList& rCommandsLinkedList);