[projects/template-specs] use real tabs
glen
glen at pld-linux.org
Sun Mar 1 14:40:44 CET 2015
commit 44fcb5b9921266de98d9764a273f009504d3fc3e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Mar 1 15:39:58 2015 +0200
use real tabs
people should learn how to copy without mouse in vim (yank and paste)
copying with terminal results such mistakes, and more common tabs -> spaces
convert
ocaml.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index 0b956e1..11d70e7 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -4,13 +4,13 @@
%ifarch x32
# not yet available on x32 (ocaml 4.02.1), remove when upstream will support it
-%undefine▸ with_ocaml_opt
+%undefine with_ocaml_opt
%endif
%if %{without ocaml_opt}
-%define▸▸ no_install_post_strip▸ 1
+%define no_install_post_strip 1
# no opt means no native binary, stripping bytecode breaks such programs
-%define▸▸ _enable_debug_packages▸ 0
+%define _enable_debug_packages 0
%endif
%define module %{module}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/projects/template-specs.git/commitdiff/44fcb5b9921266de98d9764a273f009504d3fc3e
More information about the pld-cvs-commit
mailing list