Skip to content

Commit

Permalink
fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jdsn committed Feb 5, 2013
1 parent f77e416 commit d845a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autoyast/modules/AutoinstX11.ycp
Expand Up @@ -213,8 +213,8 @@ global define boolean Write() {
y2milestone("X11-Auto: setup resolution <%1>",resolution);
XLib::setResolution ( resolution );

// convert value to integer (bnc#307967)
// made obsolete by fix for (bnc#418648), cast the value to be sure it is integer
// convert value to integer (bnc#307967)
// made obsolete by fix for (bnc#418648), cast the value to be sure it is integer
integer colors = (integer) x11["color_depth"]:16;
y2milestone("X11-Auto: setup color depth <%1>",colors);
XLib::setDefaultColorDepth ( tostring(colors) );
Expand Down

0 comments on commit d845a39

Please sign in to comment.