whitespace cleanup

This commit is contained in:
Dave Jones 2010-10-26 13:51:00 -04:00 committed by Kyle McMartin
parent 048093aa05
commit 561b24abd9
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Summary: The Linux kernel
%define with_dbgonly %{?_with_dbgonly: 1} %{?!_with_dbgonly: 0}
# should we do C=1 builds with sparse
%define with_sparse %{?_with_sparse: 1} %{?!_with_sparse: 0}
%define with_sparse %{?_with_sparse: 1} %{?!_with_sparse: 0}
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).