fixed the coding style
convert the tabs to spaces convert the file format to unix style git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2483 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
977afc4f67
commit
b2da13707b
|
@ -692,7 +692,7 @@ enum rt_device_class_type
|
||||||
#define RT_DEVICE_CTRL_CHAR_STREAM 0x10 /**< stream mode on char device */
|
#define RT_DEVICE_CTRL_CHAR_STREAM 0x10 /**< stream mode on char device */
|
||||||
#define RT_DEVICE_CTRL_BLK_GETGEOME 0x10 /**< get geometry information */
|
#define RT_DEVICE_CTRL_BLK_GETGEOME 0x10 /**< get geometry information */
|
||||||
#define RT_DEVICE_CTRL_BLK_SYNC 0x11 /**< flush data to block device */
|
#define RT_DEVICE_CTRL_BLK_SYNC 0x11 /**< flush data to block device */
|
||||||
#define RT_DEVICE_CTRL_BLK_ERASE 0x12 /**< erase block on block device */
|
#define RT_DEVICE_CTRL_BLK_ERASE 0x12 /**< erase block on block device */
|
||||||
#define RT_DEVICE_CTRL_NETIF_GETMAC 0x10 /**< get mac address */
|
#define RT_DEVICE_CTRL_NETIF_GETMAC 0x10 /**< get mac address */
|
||||||
#define RT_DEVICE_CTRL_MTD_FORMAT 0x10 /**< format a MTD device */
|
#define RT_DEVICE_CTRL_MTD_FORMAT 0x10 /**< format a MTD device */
|
||||||
#define RT_DEVICE_CTRL_RTC_GET_TIME 0x10 /**< get time */
|
#define RT_DEVICE_CTRL_RTC_GET_TIME 0x10 /**< get time */
|
||||||
|
@ -749,8 +749,8 @@ struct rt_device_blk_geometry
|
||||||
*/
|
*/
|
||||||
struct rt_device_blk_sectors
|
struct rt_device_blk_sectors
|
||||||
{
|
{
|
||||||
rt_uint32_t sector_begin; /**< begin sector */
|
rt_uint32_t sector_begin; /**< begin sector */
|
||||||
rt_uint32_t sector_end; /**< end sector */
|
rt_uint32_t sector_end; /**< end sector */
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue