From 40ea8225b6bd2e444cd07db16f276f5e1fcfd4fb Mon Sep 17 00:00:00 2001
From: Lucas De Marchi <lucas.demarchi@intel.com>
Date: Fri, 6 May 2016 13:24:05 -0300
Subject: [PATCH] reformat: remove mention to .pde files

We don't support them anymore.
---
 reformat.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/reformat.sh b/reformat.sh
index acfcc2a575..ee1d8289d8 100755
--- a/reformat.sh
+++ b/reformat.sh
@@ -21,12 +21,11 @@ function format_header {
   do_commit $1
 }
 
-PDEFILES=`find $DIR -name '*.pde' -print`
 CPPFILES=`find $DIR -name '*.cpp' -print`
 CFILES=`find $DIR -name '*.c' -print`
 HFILES=`find $DIR -name '*.h' -print`
 
-for f in $PDEFILES $CPPFILES $CFILES; do
+for f in $CPPFILES $CFILES; do
   format_cpp $f
 done
 
-- 
GitLab