Remove whitespace on empty lines.
This commit is contained in:
parent
8d3e0b19a4
commit
31be283ff0
|
@ -156,7 +156,6 @@ static const char *fifocnt_strings[] =
|
|||
"","","",
|
||||
"Error (read when empty/write when full)",
|
||||
"Enable FIFOs"
|
||||
|
||||
};
|
||||
#define FIFOCNT_SKIP(c) if(i==4||i==5||i==6||i==11||i==12||i==13)continue;
|
||||
|
||||
|
@ -456,6 +455,3 @@ dTool_t dTool_ioregsView =
|
|||
&close
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue