]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.h
Revert odd depths razoring
[stockfish] / src / ucioption.h
index 7d7ce714b3e0b0c6e921fdd4f6a7cae368a19982..bc48d6e8d25d00e9f9ec2d2ccba7ed0e96957b6b 100644 (file)
@@ -7,12 +7,12 @@
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.
-  
+
   Stockfish is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.
-  
+
   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -45,7 +45,7 @@ extern bool get_option_value_bool(const std::string &optionName);
 extern int get_option_value_int(const std::string &optionName);
 extern const std::string get_option_value_string(const std::string &optionName);
 extern bool button_was_pressed(const std::string &buttonName);
-extern void set_option_value(const std::string &optionName, 
+extern void set_option_value(const std::string &optionName,
                              const std::string &newValue);
 extern void push_button(const std::string &buttonName);