mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Wrap comments at 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17261 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48b2f6ba2e
commit
28ab668c10
@ -266,7 +266,8 @@ namespace sys {
|
||||
/// @{
|
||||
public:
|
||||
/// The seconds component of the TimeValue is set to \p sec without
|
||||
/// modifying the nanoseconds part. This is useful for whole second arithmetic.
|
||||
/// modifying the nanoseconds part. This is useful for whole second
|
||||
/// arithmetic.
|
||||
/// @brief Set the seconds component.
|
||||
void seconds (SecondsType sec ) {
|
||||
this->seconds_ = sec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user