[Aptitude-svn-commit] r3432 - branches/aptitude-0.3/aptitude/src/vscreen

Daniel Burrows dburrows@costa.debian.org
Sat, 25 Jun 2005 20:29:02 +0000


Author: dburrows
Date: Sat Jun 25 20:29:01 2005
New Revision: 3432

Modified:
   branches/aptitude-0.3/aptitude/src/vscreen/fragment.h
Log:
Fix indentation.

Modified: branches/aptitude-0.3/aptitude/src/vscreen/fragment.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/vscreen/fragment.h	(original)
+++ branches/aptitude-0.3/aptitude/src/vscreen/fragment.h	Sat Jun 25 20:29:01 2005
@@ -111,7 +111,7 @@
  */
 fragment *text_fragment(const std::string &s,
 			const style &st,
-			     const char *encoding=NULL);
+			const char *encoding=NULL);
 
 /** Create a fragment from a string of text.  The text will simply be
  *  formatted as a single line without clipping.