Skip to content

Commit

Permalink
whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reed committed Jul 4, 2014
1 parent 3a3e138 commit a29b795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ docs: $(MANPAGES) $(MANPAGES_HTML)

install: $(BINS) docs
@install -d "$(DESTDIR)$(BINDIR)" "$(DESTDIR)$(MANDIR)" "$(DESTDIR)$(APPDIR)"
@install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/
@install -m755 $(BINS) "$(DESTDIR)$(BINDIR)"/
@install -m644 $(MANPAGES) "$(DESTDIR)$(MANDIR)"/
@install -m644 compton.desktop "$(DESTDIR)$(APPDIR)"/
ifneq "$(DOCDIR)" ""
Expand Down
2 changes: 1 addition & 1 deletion dbus-examples/inverter.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# === Verify `compton --dbus` status ===
# === Verify `compton --dbus` status ===

if [ -z "`dbus-send --session --dest=org.freedesktop.DBus --type=method_call --print-reply /org/freedesktop/DBus org.freedesktop.DBus.ListNames | grep compton`" ]; then
echo "compton DBus interface unavailable"
Expand Down
2 changes: 1 addition & 1 deletion src/opengl.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ glx_check_err_(session_t *ps, const char *func, int line) {
if (!ps->glx_context) return;

GLenum err = GL_NO_ERROR;

while (GL_NO_ERROR != (err = glGetError())) {
print_timestamp(ps);
printf("%s():%d: GLX error ", func, line);
Expand Down

0 comments on commit a29b795

Please sign in to comment.