freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] GSoC-2018-nikhil f86de6e: Minor formatting.


From: Nikhil Ramakrishnan
Subject: [freetype2] GSoC-2018-nikhil f86de6e: Minor formatting.
Date: Fri, 3 Aug 2018 11:16:32 -0400 (EDT)

branch: GSoC-2018-nikhil
commit f86de6e5bd59745aac77cbf098e1cbf52f60dc45
Author: Nikhil Ramakrishnan <address@hidden>
Commit: Nikhil Ramakrishnan <address@hidden>

    Minor formatting.
---
 builds/ansi/ansi-def.mk     | 2 +-
 builds/beos/beos-def.mk     | 2 +-
 builds/dos/dos-def.mk       | 2 +-
 builds/os2/os2-def.mk       | 2 +-
 builds/unix/unixddef.mk     | 2 +-
 builds/windows/win32-def.mk | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/builds/ansi/ansi-def.mk b/builds/ansi/ansi-def.mk
index f443426..38571a5 100644
--- a/builds/ansi/ansi-def.mk
+++ b/builds/ansi/ansi-def.mk
@@ -21,7 +21,7 @@ PLATFORM  := ansi
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := bin
+BIN := bin
 
 # The directory where all library files are placed.
 #
diff --git a/builds/beos/beos-def.mk b/builds/beos/beos-def.mk
index f2aac14..5a3b520 100644
--- a/builds/beos/beos-def.mk
+++ b/builds/beos/beos-def.mk
@@ -23,7 +23,7 @@ PLATFORM  := beos
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := bin
+BIN := bin
 
 # The directory where all library files are placed.
 #
diff --git a/builds/dos/dos-def.mk b/builds/dos/dos-def.mk
index 32c5073..434f61b 100644
--- a/builds/dos/dos-def.mk
+++ b/builds/dos/dos-def.mk
@@ -21,7 +21,7 @@ PLATFORM  := dos
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := Scripts
+BIN := Scripts
 
 # The executable file extension (for tools), *with* leading dot.
 #
diff --git a/builds/os2/os2-def.mk b/builds/os2/os2-def.mk
index 66ece62..7c19a5c 100644
--- a/builds/os2/os2-def.mk
+++ b/builds/os2/os2-def.mk
@@ -21,7 +21,7 @@ PLATFORM  := os2
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := Scripts
+BIN := Scripts
 
 # The executable file extension (for tools), *with* leading dot.
 #
diff --git a/builds/unix/unixddef.mk b/builds/unix/unixddef.mk
index d78042a..e45e751 100644
--- a/builds/unix/unixddef.mk
+++ b/builds/unix/unixddef.mk
@@ -25,7 +25,7 @@ SEP    := /
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := bin
+BIN := bin
 
 # we use a special devel ftoption.h
 DEVEL_DIR := $(TOP_DIR)/devel
diff --git a/builds/windows/win32-def.mk b/builds/windows/win32-def.mk
index c670d65..2a91847 100644
--- a/builds/windows/win32-def.mk
+++ b/builds/windows/win32-def.mk
@@ -21,7 +21,7 @@ PLATFORM  := windows
 
 # This is used for `make refdoc' and `make refdoc-venv'
 #
-BIN    := Scripts
+BIN := Scripts
 
 # The executable file extension (for tools). NOTE: WE INCLUDE THE DOT HERE !!
 #



reply via email to

[Prev in Thread] Current Thread [Next in Thread]