diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:29:57 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-11-30 14:29:57 -0600 |
commit | 9914fc2eaad48f0b066fb03e00c565be71d15f5e (patch) | |
tree | 951b7d355e8da119f472a83ba05b449ebdd0160d /src/modules/my | |
parent | e77011a2a183301e65b40fdd9a67da0906a61822 (diff) | |
download | kvirc-9914fc2eaad48f0b066fb03e00c565be71d15f5e.tar.gz kvirc-9914fc2eaad48f0b066fb03e00c565be71d15f5e.zip |
Add end-of-file newlines.
Diffstat (limited to 'src/modules/my')
-rw-r--r-- | src/modules/my/idle_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/my/idle_mac.cpp b/src/modules/my/idle_mac.cpp index 92de564d..9bc210ab 100644 --- a/src/modules/my/idle_mac.cpp +++ b/src/modules/my/idle_mac.cpp @@ -159,4 +159,4 @@ bool IdlePlatform::init() { int IdlePlatform::secondsIdle() { return d->mSecondsIdle; } -#endif
\ No newline at end of file +#endif |