Indentation fix. How did that single space instead of the tab worl anyway...

This commit is contained in:
Firecage
2015-01-16 15:38:31 +02:00
parent 7fdd0556bb
commit dc602f9d57
+1 -1
View File
@@ -68,7 +68,7 @@
/obj/structure/table_frame/wood/attackby(var/obj/item/I, mob/user)
if(istype(I, /obj/item/weapon/wrench))
..()
..()
if(istype(I, /obj/item/stack/sheet/mineral/wood))
var/obj/item/stack/sheet/mineral/wood/W = I
user << "<span class='notice'>Now adding [W] to [src].</span>"