remote TABs in doc/ and test/
This commit is contained in:
@@ -109,9 +109,9 @@ int s9(struct defs *pd0){
|
||||
*********************************************************************************************/
|
||||
|
||||
#ifndef NO_TYPELESS_STRUCT_PTR
|
||||
int section(int j,struct* pd0){
|
||||
int section(int j,struct* pd0){
|
||||
#else
|
||||
int section(int j,void* pd0){
|
||||
int section(int j,void* pd0){
|
||||
#endif
|
||||
switch(j){
|
||||
case 0: return s9(pd0);
|
||||
|
||||
Reference in New Issue
Block a user