summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-30 16:43:16 -0700
committerRichard Linden <none@none>2010-09-30 16:43:16 -0700
commite7834520c725de122f2e62387e2563723735ab4e (patch)
treecadad00d73683598bdbdc9d59d4d9d5e76ea4a9f
parent364ca4e55fd99ad0da15cd6fa176c2009f52b729 (diff)
fixed line ending
-rw-r--r--indra/llxuixml/llregistry.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llxuixml/llregistry.h b/indra/llxuixml/llregistry.h
index 80e654854a..546cf38eb5 100644
--- a/indra/llxuixml/llregistry.h
+++ b/indra/llxuixml/llregistry.h
@@ -343,8 +343,8 @@ private:
ScopedRegistrar* mStaticScope;
};
-// helper macro for doing static registration
-#define GLUED_TOKEN(x, y) x ## y
+// helper macro for doing static registration
+#define GLUED_TOKEN(x, y) x ## y
#define GLUE_TOKENS(x, y) GLUED_TOKEN(x, y)
#define LLREGISTER_STATIC(REGISTRY, KEY, VALUE) static REGISTRY::StaticRegistrar GLUE_TOKENS(reg, __COUNTER__)(KEY, VALUE);