summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-31 01:58:32 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-31 01:58:47 +0300
commitdca514b0d7ae3620d902be17d6844fc728f55dc9 (patch)
treef68d342f72ead4f2bcd67b117fc07b59fc317208 /src/utils/copynpaste.cpp
parentd53b058ec3f6208f34884ed572bb5d47de932108 (diff)
downloadplus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.gz
plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.bz2
plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.tar.xz
plus-dca514b0d7ae3620d902be17d6844fc728f55dc9.zip
Fix comments formatting in copynpaste.cpp
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r--src/utils/copynpaste.cpp4
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)