From 4e431f42bf6510f9142dc17258d70b8fcd164b13 Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Sun, 16 Jul 2017 14:01:42 +0000
Subject: [PATCH] brother-dcp197c-lpr: fix whitespace lints

---
 srcpkgs/brother-dcp197c-lpr/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/brother-dcp197c-lpr/template b/srcpkgs/brother-dcp197c-lpr/template
index 00b08084ae8..a427440d80e 100644
--- a/srcpkgs/brother-dcp197c-lpr/template
+++ b/srcpkgs/brother-dcp197c-lpr/template
@@ -21,7 +21,7 @@ do_extract() {
 	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/dcp197clpr-${version}-1.i386.deb
 }
 
-do_install(){
+do_install() {
 	mkdir -p ${DESTDIR}
 	tar xzpvf data.tar.gz -C ${DESTDIR}
 }