[Pkg-shadow-commits] r131 - trunk/debian/patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Thu, 12 May 2005 23:19:38 +0000


Author: nekral-guest
Date: 2005-05-12 23:19:37 +0000 (Thu, 12 May 2005)
New Revision: 131

Modified:
   trunk/debian/patches/010_chpasswd-md5.dpatch
Log:
Fix indentation.


Modified: trunk/debian/patches/010_chpasswd-md5.dpatch
===================================================================
--- trunk/debian/patches/010_chpasswd-md5.dpatch	2005-05-12 20:04:02 UTC (rev 130)
+++ trunk/debian/patches/010_chpasswd-md5.dpatch	2005-05-12 23:19:37 UTC (rev 131)
@@ -61,6 +61,7 @@
 -	if (!(argc == 1 || (argc == 2 && !strcmp (argv[1], "-e"))))
 -		usage ();
 -	if (argc == 2)
+-		eflg = 1;
 +	{
 +		int option_index = 0;
 +		int c;
@@ -73,7 +74,7 @@
 +		while ((c = getopt_long(argc,argv,"em",long_options,&option_index)) != -1) {
 +			switch (c) {
 +				case 'e':
- 		eflg = 1;
++					eflg = 1;
 +					break;
 +				case 'm':
 +					md5flg = 1;