summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp9/common/vp9_rtcd.c')
-rw-r--r--vp9/common/vp9_rtcd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/common/vp9_rtcd.c b/vp9/common/vp9_rtcd.c
index 2dfa09f50..d8c870aa3 100644
--- a/vp9/common/vp9_rtcd.c
+++ b/vp9/common/vp9_rtcd.c
@@ -13,7 +13,7 @@
#include "vpx_ports/vpx_once.h"
void vp9_rtcd() {
- // TODO(JBB): Remove this once, by insuring that both the encoder and
- // decoder setup functions are protected by once();
- once(setup_rtcd_internal);
+ // TODO(JBB): Remove this once, by insuring that both the encoder and
+ // decoder setup functions are protected by once();
+ once(setup_rtcd_internal);
}