From 34b075c54c37c63942520a327745f7908f849334 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sun, 24 Jun 2018 15:30:43 -0700 Subject: [PATCH] Remove blank after #! There is a rumor that a few earlier Unix versions (particularly 4.2BSD derivatives) require us to add a blank. This claim turns out to be incorrect according to https://www.in-ulm.de/~mascheck/various/shebang/#blankrequired --- app/browser/buffer.py | 2 +- app/imageviewer/buffer.py | 2 +- app/videoplayer/buffer.py | 2 +- core/buffer.py | 2 +- core/eaf.py | 2 +- core/fake_key_event.py | 2 +- core/view.py | 2 +- core/xutils.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/browser/buffer.py b/app/browser/buffer.py index ff5f356..ada34ea 100644 --- a/app/browser/buffer.py +++ b/app/browser/buffer.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/app/imageviewer/buffer.py b/app/imageviewer/buffer.py index dbef70c..babdea7 100644 --- a/app/imageviewer/buffer.py +++ b/app/imageviewer/buffer.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/app/videoplayer/buffer.py b/app/videoplayer/buffer.py index 92fc829..30de72b 100644 --- a/app/videoplayer/buffer.py +++ b/app/videoplayer/buffer.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/core/buffer.py b/core/buffer.py index 84573ae..03a4a14 100644 --- a/core/buffer.py +++ b/core/buffer.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/core/eaf.py b/core/eaf.py index e7c0802..598d6f9 100755 --- a/core/eaf.py +++ b/core/eaf.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/core/fake_key_event.py b/core/fake_key_event.py index 5f6fe45..d096436 100644 --- a/core/fake_key_event.py +++ b/core/fake_key_event.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/core/view.py b/core/view.py index 794b884..9538a53 100644 --- a/core/view.py +++ b/core/view.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2018 Andy Stewart diff --git a/core/xutils.py b/core/xutils.py index d634feb..625c927 100644 --- a/core/xutils.py +++ b/core/xutils.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2011 ~ 2014 Andy Stewart