Adding djsollen to list of owners

(SkipBuildbotRuns)

BUG=skia:
R=djsollen@google.com

Author: rmistry@google.com

Review URL: https://codereview.chromium.org/397813007
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 81bb257..ebba609 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -25,6 +25,8 @@
     'reed@google.com',
     'bsalomon@chromium.org',
     'bsalomon@google.com',
+    'djsollen@chromium.org',
+    'djsollen@google.com',
 )
 
 AUTHORS_FILE_NAME = 'AUTHORS'
@@ -140,7 +142,7 @@
   results = []
   issue = input_api.change.issue
   if issue and input_api.rietveld:
-    issue_properties = input_api.rietveld.get_issue_properties( 
+    issue_properties = input_api.rietveld.get_issue_properties(
         issue=int(issue), messages=False)
     owner_email = issue_properties['owner_email']
 
@@ -169,7 +171,7 @@
             '(individual) or '
             'https://developers.google.com/open-source/cla/corporate '
             '(corporate).'
-            % owner_email)) 
+            % owner_email))
     except IOError:
       # Do not fail if authors file cannot be found.
       traceback.print_exc()