summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConstantin Kaplinsky <const@tightvnc.com>2006-06-03 14:17:43 +0000
committerConstantin Kaplinsky <const@tightvnc.com>2006-06-03 14:17:43 +0000
commitad9dc7166792fcdb52a861e40fe02a6e3324b7f0 (patch)
treee56f46be10c4b575c25c394653d52a2590ffba53
parent73fdc8c52ddd8e3c2d57e7f56a5fbb268102a0c9 (diff)
downloadtigervnc-ad9dc7166792fcdb52a861e40fe02a6e3324b7f0.tar.gz
tigervnc-ad9dc7166792fcdb52a861e40fe02a6e3324b7f0.zip
A few tabs converted to spaces.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@632 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--common/rfb/CapsContainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CapsContainer.cxx b/common/rfb/CapsContainer.cxx
index 8551207d..d9d2ea50 100644
--- a/common/rfb/CapsContainer.cxx
+++ b/common/rfb/CapsContainer.cxx
@@ -54,7 +54,7 @@ CapsContainer::~CapsContainer()
void
CapsContainer::add(rdr::U32 code, const char *vendor, const char *name,
- const char *desc)
+ const char *desc)
{
// Fill in an rfbCapabilityInfo structure and pass it to the overloaded
// function.