From e6d5ce7b4bfb10a946c46f4ab962dab394b17127 Mon Sep 17 00:00:00 2001
From: Erik Kooistra <kooistra@astron.nl>
Date: Mon, 8 Dec 2014 14:35:31 +0000
Subject: [PATCH] Cosmetic: list used libs on new lines for clarity.

---
 libraries/technology/xaui/hdllib.cfg | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/libraries/technology/xaui/hdllib.cfg b/libraries/technology/xaui/hdllib.cfg
index 0929c61d2b..a6e170718d 100644
--- a/libraries/technology/xaui/hdllib.cfg
+++ b/libraries/technology/xaui/hdllib.cfg
@@ -1,6 +1,11 @@
 hdl_lib_name = tech_xaui
 hdl_library_clause_name = tech_xaui_lib
-hdl_lib_uses = technology ip_stratixiv_transceiver ip_stratixiv_phy_xaui tech_transceiver common dp
+hdl_lib_uses = technology
+               ip_stratixiv_transceiver
+               ip_stratixiv_phy_xaui
+               tech_transceiver
+               common
+               dp
 hdl_lib_technology = 
 
 build_dir_sim = $HDL_BUILD_DIR
-- 
GitLab