From e4328af790de86d14811a10a1f266c30f08f9a33 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 28 Mar 2012 16:08:55 +0200 Subject: [PATCH] Formatting. --- src/x11_platform.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/x11_platform.h b/src/x11_platform.h index c6be6db3..2e6bbc21 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -236,15 +236,15 @@ typedef struct _GLFWlibraryX11 // Selection data struct { - struct { - Atom clipboard[_GLFW_CLIPBOARD_ATOM_COUNT]; - Atom string[_GLFW_STRING_ATOM_COUNT]; - } atoms; - struct { - size_t stringlen; - char *string; - } clipboard; - Atom request; + struct { + Atom clipboard[_GLFW_CLIPBOARD_ATOM_COUNT]; + Atom string[_GLFW_STRING_ATOM_COUNT]; + } atoms; + struct { + size_t stringlen; + char *string; + } clipboard; + Atom request; int converted; } selection;