diff --git a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2 b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2
index bb4790c644b63d38021a989f56870478946505b2..582b616dd0830185810cf4338d02f31cb70378e1 100644
--- a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2
+++ b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/policy_options/policy_options.j2
@@ -4,27 +4,27 @@
       {% include 'policy_options/prefix_lists.j2' %}
       {% endwith %}
     {% endif %}
-  
+ 
     {# Communities #}
     {% if nokia_po_communities is defined %}
       {% with communities_obj=nokia_po_communities %}
       {% include 'policy_options/communities.j2' %}
       {% endwith %}
     {% endif %}
-  
+
     {# AS paths #}
     {% if nokia_po_as_paths is defined %}
       {% with as_paths_obj=nokia_po_as_paths %}
       {% include 'policy_options/as_paths.j2' %}
       {% endwith %}
     {% endif %}
-  
+
   {# Policy statements #}
     {% if nokia_po_policy_statements is defined %}
       {% with policy_obj=nokia_po_policy_statements %}
       {% include 'policy_options/policy_statements.j2' %}
       {% endwith %}
     {% endif %}
-  
+
   </policy-options>
-  
+
diff --git a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2 b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2
index df67f22d70e11a8c7d89687b0837fa2049d00e8b..4542edbcb10536f7a9dbe870d33fcf54062cabba 100644
--- a/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2
+++ b/geant/gap_ansible/roles/promote_p_to_pe/templates/routers/nokia/sdp_mesh.j2
@@ -17,4 +17,4 @@
         </sdp>
             {% endfor %}
     </service>
-    
+