Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -27,9 +27,9 @@ typedef int __fastcall__ (*ungetfunc) (int c, void* data);
|
||||
* file, so check this when altering the structure.
|
||||
*/
|
||||
struct scanfdata {
|
||||
getfunc get; /* Pointer to input routine */
|
||||
ungetfunc unget; /* Pointer to pushback routine */
|
||||
void* data; /* Pointer to struct. used outside of _scanf() */
|
||||
getfunc get; /* Pointer to input routine */
|
||||
ungetfunc unget; /* Pointer to pushback routine */
|
||||
void* data; /* Pointer to struct. used outside of _scanf() */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user