cleanup trailing whitespaces
[fw/openocd] / src / flash / nor / dsp5680xx_flash.c
index 4e7a0b61023810741f2bf8c57cf940461ca8afb8..9fa7b06fe35c6789bbc5aed3de2867dec0a9f7fb 100644 (file)
@@ -3,7 +3,7 @@
  *   rodrigorosa.LG@gmail.com                                              *
  *                                                                         *
  *   Based on a file written by:                                           *
- *   Kevin McGuire                                                         * 
+ *   Kevin McGuire                                                         *
  *   Marcel Wijlaars                                                       *
  *   Michael Ashton                                                        *
  *                                                                         *
@@ -102,7 +102,7 @@ static int dsp5680xx_flash_protect(struct flash_bank *bank, int set, int first,
       for(int i = first;i<last;i++)
        bank->sectors[i].is_protected = 1;
     }
-  }else{    
+  }else{
     retval = dsp5680xx_f_unlock(bank->target);
     if(retval == ERROR_OK)
       for(int i = first;i<last;i++)