diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-31 01:58:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-31 01:58:47 +0300 |
commit | dca514b0d7ae3620d902be17d6844fc728f55dc9 (patch) | |
tree | f68d342f72ead4f2bcd67b117fc07b59fc317208 /src | |
parent | d53b058ec3f6208f34884ed572bb5d47de932108 (diff) | |
download | plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.gz plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.bz2 plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.xz plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.zip |
Fix comments formatting in copynpaste.cpp
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/copynpaste.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index b27768422..6274d285a 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -40,7 +40,7 @@ #ifdef USE_SDL2 #include <SDL_clipboard.h> -#else // USE_SDL2 +#else // USE_SDL2 #if defined(__APPLE__) #ifdef Status @@ -58,7 +58,7 @@ #include "utils/naclmessages.h" #endif -#endif // USE_SDL2 +#endif // USE_SDL2 #ifdef USE_SDL2 bool retrieveBuffer(std::string& text, size_t& pos) |