Răsfoiți Sursa

remove empty lines at end-of-file

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2118 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jim Meyering 17 ani în urmă
părinte
comite
d86737ac9c

+ 0 - 2
LICENSE

@@ -57,5 +57,3 @@ no known license status (assumed copyrighted) which is why SAFER,C is shipped
 as disabled.
 
 Tom St Denis
-
-

+ 0 - 1
exec/apidef.h

@@ -43,4 +43,3 @@ void apidef_init (struct objdb_iface_ver0 *objdb);
 extern struct corosync_api_v1 *apidef_get (void);
 
 #endif /* APIDEF_H_DEFINED*/
-

+ 0 - 1
exec/crypto.c

@@ -1343,4 +1343,3 @@ int rng_make_prng(int bits, int wprng, prng_state *prng,
 
    return CRYPT_OK;
 }
-

+ 0 - 2
include/Makefile.am

@@ -49,5 +49,3 @@ noinst_HEADERS          = $(CS_INTERNAL_H:%=corosync/%)
 
 nobase_include_HEADERS	= $(CS_H:%=corosync/%) $(LCR_H:%=corosync/lcr/%) 			\
 			$(ENGINE_H:%=corosync/engine/%) $(TOTEM_H:%=corosync/totem/%)
-
-

+ 0 - 1
include/corosync/corotypes.h

@@ -177,4 +177,3 @@ typedef enum {
 #define quorum_error_t cs_error_t
 
 #endif
-

+ 0 - 2
init/mvlcge

@@ -24,5 +24,3 @@ case "$1" in
                exit 1
                ;;
 esac
-
-

+ 0 - 2
lcr/Makefile.am

@@ -65,5 +65,3 @@ all-local: $(noinst_LCRSO)
 
 clean-local:
 	rm -f *.o *.a *.so* *.da *.bb *.bbg *.lcrso
-
-

+ 0 - 1
lcr/libtest_a.c

@@ -164,4 +164,3 @@ __attribute__ ((constructor)) static void register_this_component (void) {
 	lcr_interfaces_set (&iface1[1], &iface_ver1_list);
 	lcr_component_register (&test_comp);
 }
-

+ 0 - 2
lib/Makefile.am

@@ -116,5 +116,3 @@ uninstall-local:
 
 clean-local:
 	rm -f *.o *.a *.so* *.da *.bb *.bbg
-
-

+ 0 - 1
lib/util.h

@@ -148,4 +148,3 @@ SaTimeT
 clustTimeNow(void);
 
 #endif /* AIS_UTIL_H_DEFINED */
-

+ 0 - 1
man/coroipc_overview.8

@@ -173,4 +173,3 @@ about this topic can be viewed in the coroipcs_init(3) man page.
 .BR coroipcc_dispatch_recv (3),
 .BR coroipcc_fd_get(3),
 .BR coroipcc_dispatch_flow_control_get (3)
-

+ 0 - 1
man/index.html

@@ -223,4 +223,3 @@
 
   </body>
 </html>
-

+ 0 - 2
services/Makefile.am

@@ -82,5 +82,3 @@ uninstall-local:
 
 clean-local:
 	rm -f *.o *.a *.so* *.da *.bb *.bbg *.lcrso
-
-

+ 0 - 3
tools/Makefile.am

@@ -42,6 +42,3 @@ corosync_cfgtool_LDADD	= ../lib/libcfg.a
 
 lint:
 	-splint $(LINT_FLAGS) $(CFLAGS) *.c
-
-
-