More go fmt.

This commit is contained in:
Pietro Gagliardi 2014-06-10 13:35:18 -04:00
parent 5b19e6e9a1
commit a9a07c5cc8
1 changed files with 11 additions and 11 deletions

View File

@ -57,7 +57,7 @@ func gtk_init() error {
}
// now apply our custom program-global styles
provider := C.gtk_css_provider_new();
provider := C.gtk_css_provider_new()
if C.gtk_css_provider_load_from_data(provider, (*C.gchar)(unsafe.Pointer(&gtkStyles[0])), -1, &err) == C.FALSE {
return fmt.Errorf("error applying package ui's custom program-global styles to GTK+: %v", fromgstr(err.message))
}