]> mj.ucw.cz Git - leo.git/blobdiff - sym-line.c
[Labelling] Coding style fixes and cleanups in other modules
[leo.git] / sym-line.c
index 20a26dcbcad553287c798d96800acad0c887a4c3..f7a617fdd636f12503f54a76b6d5ede34cf679b8 100644 (file)
@@ -182,13 +182,12 @@ static void sym_line_gen(struct osm_object *o, struct style_info *si, struct svg
        osm_obj_warn(o, "Invalid dash pattern");
 
       if (o->type == OSM_TYPE_WAY)
-      {
-      if (casing)
-        sym_plan(&sl->s, sym_zindex(o, si, 2));
-      else
-      labeller_add_line(&sl->s, sym_zindex(o, si, casing ? 2 : 3));
-      }
-      //sym_plan(&sl->s, sym_zindex(o, si, casing ? 2 : 3));
+        {
+          if (casing)
+            sym_plan(&sl->s, sym_zindex(o, si, 2));
+          else
+            labeller_add_line(&sl->s, sym_zindex(o, si, casing ? 2 : 3));
+        }
     }
 }