diff --git a/indra/llxuixml/llregistry.h b/indra/llxuixml/llregistry.h
index 80e654854a18cb168f7ab4ab8c6f3f96af872912..546cf38eb5c07263075952ffa7a816d4bf1eaf12 100644
--- a/indra/llxuixml/llregistry.h
+++ b/indra/llxuixml/llregistry.h
@@ -343,8 +343,8 @@ class LLRegistrySingleton
 	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);