[Scummvm-git-logs] scummvm-web master -> 2420092b8179d76a564da2797ed2e46d1ca2d7bb

Mataniko mataniko at gmail.com
Fri May 10 00:15:10 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
2420092b81 JANITORIAL: Fix whitespaces


Commit: 2420092b8179d76a564da2797ed2e46d1ca2d7bb
    https://github.com/scummvm/scummvm-web/commit/2420092b8179d76a564da2797ed2e46d1ca2d7bb
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-05-09T18:14:59-04:00

Commit Message:
JANITORIAL: Fix whitespaces

Changed paths:
    composer.json
    data/downloads.xml


diff --git a/composer.json b/composer.json
index 2f4611c..2109589 100644
--- a/composer.json
+++ b/composer.json
@@ -3,16 +3,16 @@
   "description": "Scummvm.org main site",
   "type": "project",
   "authors": [
-      {
-          "name": "Matan Bareket",
-          "email": "mataniko at scummvm.org"
-      }
+    {
+      "name": "Matan Bareket",
+      "email": "mataniko at scummvm.org"
+    }
   ],
   "require": {
-      "leafo/scssphp": "^0.7.6",
-      "smarty/smarty": "^3.1",
-      "ezyang/htmlpurifier": "^4.10",
-      "altorouter/altorouter": "^1.2",
+    "leafo/scssphp": "^0.7.6",
+    "smarty/smarty": "^3.1",
+    "ezyang/htmlpurifier": "^4.10",
+    "altorouter/altorouter": "^1.2",
     "piwik/device-detector": "^3.11"
   },
   "scripts": {
@@ -32,7 +32,7 @@
       "composer install --no-dev",
       "npm install --production"
     ],
-    "build-win":[
+    "build-win": [
       "if NOT EXIST public_html\\css mkdir public_html\\css",
       "@build-common",
       "if NOT EXIST templates\\compiled mkdir templates\\compiled"
@@ -58,12 +58,15 @@
     ]
   },
   "require-dev": {
-      "phpstan/phpstan": "^0.11.1",
-      "squizlabs/php_codesniffer": "^3.4"
+    "phpstan/phpstan": "^0.11.1",
+    "squizlabs/php_codesniffer": "^3.4"
   },
   "autoload": {
     "psr-4": {
-      "ScummVM\\": [ "include/", "public_html/index.php"]
+      "ScummVM\\": [
+        "include/",
+        "public_html/index.php"
+      ]
     }
   }
 }
diff --git a/data/downloads.xml b/data/downloads.xml
index fba342c..82a8763 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -41,7 +41,7 @@
 					<category_icon>fedora</category_icon>
 					<url>scummvm-{$release}-1.x86_64.rpm</url>
 					<name>Fedora 24+ x86 64bit package</name>
-          <user_agent>Fedora</user_agent>
+					<user_agent>Fedora</user_agent>
 				</file>
 
 				<file>
@@ -53,7 +53,7 @@
 					<category_icon>debian</category_icon>
 					<url>scummvm_{$release}-stretch.1_amd64.deb</url>
 					<name>Debian 9 (stretch) x86 64bit package</name>
-          <user_agent>Debian</user_agent>
+					<user_agent>Debian</user_agent>
 				</file>
 <!--
 				<file>
@@ -142,7 +142,7 @@
 					<category_icon>psp2</category_icon>
 					<url>scummvm-{$release}-vita.vpk</url>
 					<name>PlayStation Vita package</name>
-          <user_agent>PlayStation Portable</user_agent>
+					<user_agent>PlayStation Portable</user_agent>
 				</file>
 				<file>
 					<category_icon>android</category_icon>
@@ -779,12 +779,12 @@
 			<notes>
 				<h:p>
 					<h:b>{#downloadsDailyNote1#}</h:b> {#downloadsDailyNote2#}
-    			</h:p>
+					</h:p>
 				<h:p>
-				  {#downloadsDailyLink1#} {#downloadsDailyLink2#}
+					{#downloadsDailyLink1#} {#downloadsDailyLink2#}
 				</h:p>
 				<h:p>
-				  View the <h:a href="https://github.com/scummvm/scummvm/commits">ChangeLog</h:a> to see the latest updates of ScummVM.
+					View the <h:a href="https://github.com/scummvm/scummvm/commits">ChangeLog</h:a> to see the latest updates of ScummVM.
 				</h:p>
 				<h:p>{#downloadsDailyLink3#}</h:p>
 			</notes>





More information about the Scummvm-git-logs mailing list