From: Jim Meyering Date: Fri, 21 Jul 1995 06:27:39 +0000 (+0000) Subject: reformat comment X-Git-Tag: textutils-1_12_1~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e7bce124f69090b100e9d8094425dec1887ad0f;p=thirdparty%2Fcoreutils.git reformat comment --- diff --git a/src/cat.c b/src/cat.c index ca9d87ac89..0e4ce04b01 100644 --- a/src/cat.c +++ b/src/cat.c @@ -12,8 +12,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Differences from the Unix cat: * Always unbuffered, -u is ignored.