* White space consistency patch
@ 2008-08-04 20:52 Daniel J Walsh
0 siblings, 0 replies; only message in thread
From: Daniel J Walsh @ 2008-08-04 20:52 UTC (permalink / raw)
To: Christopher J. PeBenito, SE Linux
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Change all pattern($1,$2,$3) to pattern($1, $2, $3)
http://people.fedoraproject.org/~dwalsh/SELinux/whitespace_diff.gz
Also do we want to use
ifdef(`val',`
val2
',`
val3
')
or
ifdev(`val', `
val2
', `
val3
')
find . -exec sed -i 's/,`/, `/g' {} \; -print
or
find . -exec sed -i 's/, `/,`/g' {} \; -print
Will fix it.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iEYEARECAAYFAkiXa/gACgkQrlYvE4MpobOmrgCgwQRkkIcG+ZSb8zucSFcQnobN
k+YAoKlD2DTL4Ng6Bd56aWTb8OcHiEbI
=8/nz
-----END PGP SIGNATURE-----
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-04 20:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 20:52 White space consistency patch Daniel J Walsh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.