aboutsummaryrefslogtreecommitdiffhomepage
path: root/intern.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 16:30:30 -0800
commit9992b8eb0e3366ff8a3948aa0b66a19c3c12c737 (patch)
tree6dda0fef85812016fbba9ea067c9d586092b506d /intern.h
parentbab69f26724028d16054a3daf5c78aad7c67bb2d (diff)
Apply new indentation, brace, and whitespace style
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern.h b/intern.h
index deef31e3..1403e66c 100644
--- a/intern.h
+++ b/intern.h
@@ -14,7 +14,7 @@
\param in the string to return an interned copy of
*/
-const wchar_t *intern( const wchar_t *in );
+const wchar_t *intern(const wchar_t *in);
/**
Insert the specified string literal into the pool of unique
@@ -23,6 +23,6 @@ const wchar_t *intern( const wchar_t *in );
\param in the string to add to the interned pool
*/
-const wchar_t *intern_static( const wchar_t *in );
+const wchar_t *intern_static(const wchar_t *in);
#endif