From c4ec640b468fca3bc800644a8357f4801757c3f5 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 31 Mar 2016 14:39:49 -0700 Subject: [PATCH] WindowInfo: spaces => tabs --- headers/private/interface/WindowInfo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/headers/private/interface/WindowInfo.h b/headers/private/interface/WindowInfo.h index 739694324e8..3769920cd82 100644 --- a/headers/private/interface/WindowInfo.h +++ b/headers/private/interface/WindowInfo.h @@ -14,7 +14,7 @@ struct window_info { team_id team; - int32 server_token; + int32 server_token; int32 thread; int32 client_token; @@ -22,8 +22,8 @@ struct window_info { uint32 workspaces; int32 layer; // see ServerWindow::GetInfo() - uint32 feel; - uint32 flags; + uint32 feel; + uint32 flags; int32 window_left; int32 window_top; int32 window_right;