diff --git a/manifests/init.pp b/manifests/init.pp
index a6aa89c1eead0cb13bbf4f84502a14825482e8f5..4bb836566ac8ceb4aa2c4f340581f2eff6cc901c 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -6,39 +6,39 @@
 # @example
 #   none
 class vlc {
-  firewalld_service {'Allow http in the liu Zone':
+  firewalld_service { 'Allow http in the liu Zone':
     ensure  => present,
     zone    => 'liu',
     service => 'http',
   }
-  firewalld_service {'Allow https in the liu Zone':
+  firewalld_service { 'Allow https in the liu Zone':
     ensure  => present,
     zone    => 'liu',
     service => 'https',
   }
-  firewalld_service {'Allow http in the public Zone':
+  firewalld_service { 'Allow http in the public Zone':
     ensure  => present,
     zone    => 'public',
     service => 'http',
   }
-  firewalld_service {'Allow https in the public Zone':
+  firewalld_service { 'Allow https in the public Zone':
     ensure  => present,
     zone    => 'public',
     service => 'https',
   }
 
   # Känner firewall till servicen syncthing ??
-  firewalld_service {'Allow syncthing in the liu Zone':
+  firewalld_service { 'Allow syncthing in the liu Zone':
     ensure  => present,
     zone    => 'public',
     service => 'syncthing',
   }
-  firewalld_service {'Allow syncthing in the liu Zone':
+  firewalld_service { 'Allow syncthing in the liu Zone':
     ensure  => present,
     zone    => 'liu',
     service => 'syncthing',
   }
-  firewalld_service {'Allow syncthing-gui in the liu Zone':
+  firewalld_service { 'Allow syncthing-gui in the liu Zone':
     ensure  => present,
     zone    => 'liu',
     service => 'syncthing-gui',