Showing with 4 additions and 4 deletions.
  1. +4 −4 src/core/checkedint.d
8 changes: 4 additions & 4 deletions src/core/checkedint.d
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the difference
*/

pragma(inline, true)
Expand Down Expand Up @@ -253,7 +253,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the difference
*/

pragma(inline, true)
Expand Down Expand Up @@ -379,7 +379,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the product
*/

pragma(inline, true)
Expand Down Expand Up @@ -456,7 +456,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the product
*/

pragma(inline, true)
Expand Down