Clean up white space.
[obnox/wireshark/wip.git] / plugins / opsi / Makefile.nmake
index 3a1c424b5c255af2420ee93737ae6de292ab7ecc..a27533c563bbed9204d68f7a9455dce20427706f 100644 (file)
@@ -41,6 +41,7 @@ $(PLUGIN_NAME).rc : moduleinfo.nmake
 $(PLUGIN_NAME).dll $(PLUGIN_NAME).exp $(PLUGIN_NAME).lib : $(OBJECTS) $(LINK_PLUGIN_WITH) $(RESOURCE)
        link -dll /out:$(PLUGIN_NAME).dll $(LDFLAGS) $(OBJECTS) $(LINK_PLUGIN_WITH) \
        $(GLIB_LIBS) $(RESOURCE)
+
 #
 # Build plugin.c, which contains the plugin version[] string, a
 # function plugin_register() that calls the register routines for all
@@ -87,8 +88,8 @@ plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-di
 
 clean:
        rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb \
-               $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).lib \
-        $(PLUGIN_NAME).exp $(PLUGIN_NAME).rc 
+           $(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).lib \
+           $(PLUGIN_NAME).exp $(PLUGIN_NAME).rc 
 
 distclean: clean