summaryrefslogtreecommitdiff
path: root/indra/newview/gltf/buffer_util.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-11 17:38:48 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-06-11 17:38:48 +0300
commit3d4bc98f6be51ebb8ac43af395e54bb6b608c9ae (patch)
tree9d2cb295c019e867b9dcdae451ce7acc7e3bb77e /indra/newview/gltf/buffer_util.h
parent1ebf62e102cb3f328aa90809f7f5060b8f065db1 (diff)
Trim remaining trailing whitespaces after #1695
Diffstat (limited to 'indra/newview/gltf/buffer_util.h')
-rw-r--r--indra/newview/gltf/buffer_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/gltf/buffer_util.h b/indra/newview/gltf/buffer_util.h
index 4e6f5901e7..a448f7a484 100644
--- a/indra/newview/gltf/buffer_util.h
+++ b/indra/newview/gltf/buffer_util.h
@@ -31,7 +31,7 @@
// whenever we add support for more types
#ifdef _MSC_VER
-#define LL_FUNCSIG __FUNCSIG__
+#define LL_FUNCSIG __FUNCSIG__
#else
#define LL_FUNCSIG __PRETTY_FUNCTION__
#endif