This is an automated email from Gerrit.

Uladzimir Pylinski (barth...@yandex.ru) just uploaded a new patch set to 
Gerrit, which you can find at http://openocd.zylin.com/3915

-- gerrit

commit ecda6d5f53c2adf05a45131fdff21b4a6c69be81
Author: Uladzimir Pylinski <barth...@yandex.ru>
Date:   Sun Dec 18 22:37:25 2016 +0300

    Cleaned formatting after beautifier.
    
    Change-Id: Ic40ca3020065785dc1480aeef91ad27cba5b32f6
    Signed-off-by: Uladzimir Pylinski <barth...@yandex.ru>

diff --git a/src/flash/nor/xcf.c b/src/flash/nor/xcf.c
index 4026b67..035791e 100644
--- a/src/flash/nor/xcf.c
+++ b/src/flash/nor/xcf.c
@@ -881,17 +881,17 @@ static const struct command_registration 
xcf_command_handlers[] = {
 };
 
 struct flash_driver xcf_flash = {
-       .name                           = "xcf",
-       .usage                          = NULL,
-       .commands                       = xcf_command_handlers,
+       .name               = "xcf",
+       .usage              = NULL,
+       .commands           = xcf_command_handlers,
        .flash_bank_command = xcf_flash_bank_command,
-       .erase                          = xcf_erase,
-       .protect                        = xcf_protect,
-       .write                          = xcf_write,
-       .read                           = xcf_read,
-       .probe                          = xcf_probe,
-       .auto_probe                     = xcf_auto_probe,
-       .erase_check            = xcf_erase_check,
-       .protect_check          = xcf_protect_check,
-       .info                           = xcf_info
+       .erase              = xcf_erase,
+       .protect            = xcf_protect,
+       .write              = xcf_write,
+       .read               = xcf_read,
+       .probe              = xcf_probe,
+       .auto_probe         = xcf_auto_probe,
+       .erase_check        = xcf_erase_check,
+       .protect_check      = xcf_protect_check,
+       .info               = xcf_info
 };

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to