Ignore:
Timestamp:
11/29/09 15:33:28 (13 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
b1274bd9
Parents:
efdfd48
Message:

Whitespace removal.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/leon3/leon_open_eth/leon_open_eth.c

    refdfd48 r44b06ca  
    2525#define TDA_COUNT     16
    2626
    27 open_eth_configuration_t leon_open_eth_configuration; 
     27open_eth_configuration_t leon_open_eth_configuration;
    2828
    2929int rtems_leon_open_eth_driver_attach(
     
    5555
    5656
    57   if (device_found) 
     57  if (device_found)
    5858  {
    5959    /* clear control register and reset NIC */
     
    7070      LEON_Clear_interrupt(leon_open_eth_configuration.vector);
    7171      LEON_Unmask_interrupt(leon_open_eth_configuration.vector);
    72     } 
     72    }
    7373  }
    7474  return 0;
Note: See TracChangeset for help on using the changeset viewer.