summaryrefslogtreecommitdiff
path: root/indra/media_plugins/webkit/media_plugin_webkit.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-22 16:20:57 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-22 16:20:57 +0000
commit15513ff6d7e9958c16288bba7e94d2c44b3534d4 (patch)
tree94e3c926c07b2b28f45aa19a6510d2e53395142c /indra/media_plugins/webkit/media_plugin_webkit.cpp
parent4cfbfedec5b93da83d162149ec2e568210ae0888 (diff)
trivial cleanup.
Diffstat (limited to 'indra/media_plugins/webkit/media_plugin_webkit.cpp')
-rw-r--r--indra/media_plugins/webkit/media_plugin_webkit.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/media_plugins/webkit/media_plugin_webkit.cpp b/indra/media_plugins/webkit/media_plugin_webkit.cpp
index 292585caa6..c7aba04492 100644
--- a/indra/media_plugins/webkit/media_plugin_webkit.cpp
+++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp
@@ -45,7 +45,7 @@
#if LL_LINUX
# include "linux_volume_catcher.h"
-#endif
+#endif // LL_LINUX
#if LL_WINDOWS
# include <direct.h>
@@ -108,7 +108,7 @@ private:
#if LL_LINUX
LinuxVolumeCatcher mLinuxVolumeCatcher;
-#endif
+#endif // LL_LINUX
void setInitState(int state)
{
@@ -124,7 +124,7 @@ private:
#if LL_LINUX
mLinuxVolumeCatcher.pump();
-#endif
+#endif // LL_LINUX
checkEditState();
@@ -1023,7 +1023,7 @@ void MediaPluginWebKit::setVolume(F32 volume)
{
#if LL_LINUX
mLinuxVolumeCatcher.setVolume(volume);
-#endif
+#endif // LL_LINUX
}
int init_media_plugin(LLPluginInstance::sendMessageFunction host_send_func, void *host_user_data, LLPluginInstance::sendMessageFunction *plugin_send_func, void **plugin_user_data)