mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
This commit is contained in:
@@ -31,10 +31,12 @@ int xfpclassify(double d)
|
||||
return m ? FP_NAN : FP_INFINITE;
|
||||
}
|
||||
}
|
||||
|
||||
int xisinf(double d)
|
||||
{
|
||||
return FP_INFINITE == xfpclassify(d);
|
||||
}
|
||||
|
||||
int xisnan(double d)
|
||||
{
|
||||
return FP_NAN == xfpclassify(d);
|
||||
|
Reference in New Issue
Block a user