Browse Source

libobs: Fix formatting

jp9000 6 years ago
parent
commit
bda28b242c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libobs/obs-module.h

+ 1 - 1
libobs/obs-module.h

@@ -129,7 +129,7 @@ MODULE_EXPORT void obs_module_free_locale(void);
 	void obs_module_free_locale(void)                               \
 	{                                                               \
 		text_lookup_destroy(obs_module_lookup);                 \
-		obs_module_lookup = NULL; 								\
+		obs_module_lookup = NULL;                               \
 	}
 
 /** Helper function for looking up locale if default locale handler was used */