Przeglądaj źródła

Remove stray tabs from Makefile.am

Martin Storsjö 11 lat temu
rodzic
commit
01736b3576
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      Makefile.am

+ 3 - 3
Makefile.am

@@ -33,10 +33,10 @@ bdsm_HEADERS = \
     include/bdsm/smb_share.h    \
     include/bdsm/smb_stat.h   \
     include/bdsm/smb_types.h    \
-    include/bdsm/smb_utils.h	\
+    include/bdsm/smb_utils.h    \
     include/bdsm/smb_buffer.h
 noinst_HEADERS = \
-		include/bdsm/smb_session_msg.h \
+    include/bdsm/smb_session_msg.h \
     include/bdsm/smb_transport.h   \
     include/bdsm/smb_spnego.h      \
     contrib/spnego/spnego_asn1.h   \
@@ -57,7 +57,7 @@ libdsm_la_SOURCES = \
     src/netbios_query.c     \
     src/netbios_session.c   \
     src/netbios_utils.c     \
-    src/smb_buffer.c				\
+    src/smb_buffer.c        \
     src/smb_fd.c            \
     src/smb_file.c          \
     src/smb_spnego.c        \