minor formatting
diff --git a/src/plugin_winamp2/infobox.c b/src/plugin_winamp2/infobox.c
index 89e7fb7..df6d91f 100644
--- a/src/plugin_winamp2/infobox.c
+++ b/src/plugin_winamp2/infobox.c
@@ -213,7 +213,7 @@
 static BOOL InitInfoboxInfo(HWND hwnd, const char *file)

 {

 	LOCALDATA *data = LocalAlloc(LPTR, sizeof(LOCALDATA));

-	wchar_t *ucs2;
+	wchar_t *ucs2;

 	FLAC__StreamMetadata streaminfo;

 	DWORD    length, bps, ratio, rg;

 	LONGLONG filesize;

@@ -283,7 +283,7 @@
 static void UpdateTag(HWND hwnd)

 {

 	LOCALDATA *data = (LOCALDATA*)GetWindowLong(hwnd, GWL_USERDATA);

-	wchar_t *ucs2;
+	wchar_t *ucs2;

 

 	/* get fields */

 	if (isNT)