mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
bpo-32150: Expand tabs to spaces in C files. (#4583)
This commit is contained in:
parent
08d2b86a10
commit
598ceae876
27 changed files with 213 additions and 213 deletions
|
@ -19,5 +19,5 @@ int PyFPE_counter = 0;
|
|||
double
|
||||
PyFPE_dummy(void *dummy)
|
||||
{
|
||||
return 1.0;
|
||||
return 1.0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue