The branch, master, has been updated.

- Log -----------------------------------------------------------------

commit 92dff25c30c512877a3dc522b7c6437da0a20778
Author: Vincent van Ravesteijn <[email protected]>
Date:   Sun Dec 16 18:07:44 2012 +0100

    Fix whitespace

diff --git a/src/support/AppleScriptProxy.cpp b/src/support/AppleScriptProxy.cpp
index 23272e2..1d8c47f 100644
--- a/src/support/AppleScriptProxy.cpp
+++ b/src/support/AppleScriptProxy.cpp
@@ -8,7 +8,7 @@
  *
  * Full author contact details are available in file CREDITS.
  */
- #include <config.h>
+#include <config.h>
 
 #include "AppleScript.h"
 

commit d87c43d1b9db932fbf671edc585419ae86fd36a6
Author: Vincent van Ravesteijn <[email protected]>
Date:   Sun Dec 16 18:05:27 2012 +0100

    The first include must be <config.h>

diff --git a/src/frontends/qt4/FancyLineEdit.cpp 
b/src/frontends/qt4/FancyLineEdit.cpp
index 1713283..48bcf34 100644
--- a/src/frontends/qt4/FancyLineEdit.cpp
+++ b/src/frontends/qt4/FancyLineEdit.cpp
@@ -11,6 +11,8 @@
 
 // Code taken from the Qt Creator project and customized a little
 
+#include <config.h>
+
 #include "FancyLineEdit.h"
 
 #if QT_VERSION >= 0x040600

-----------------------------------------------------------------------

Summary of changes:
 src/frontends/qt4/FancyLineEdit.cpp |    2 ++
 src/support/AppleScriptProxy.cpp    |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to