[pisa-src] r2275 - trunk/tools/iwlist_parser.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 15 Apr 2010 12:33:10 +0200

Author: biurrun
Date: Thu Apr 15 12:33:10 2010
New Revision: 2275

Log:
whitespace cosmetics: fix indentation

Modified:
   trunk/tools/iwlist_parser.c

Modified: trunk/tools/iwlist_parser.c
==============================================================================
--- trunk/tools/iwlist_parser.c Thu Apr 15 12:08:50 2010        (r2274)
+++ trunk/tools/iwlist_parser.c Thu Apr 15 12:33:10 2010        (r2275)
@@ -271,7 +271,7 @@
         case 's':
             essidflag           = true;
             strcpy(strSelectedESSID, optarg);
-           break;
+            break;
         case 'q':
             selectByQualityFlag = true;
             break;

Other related posts:

  • » [pisa-src] r2275 - trunk/tools/iwlist_parser.c - Diego Biurrun